public void disconnect(BluetoothGatt gatt) {
   if (mBluetoothAdapter == null) {
     Log.w(TAG, "BluetoothAdapter not initialized");
     return;
   }
   LeftDevice.disconnect();
 }