am 29b8c4ab: Reset the pointer to the Bluetooth GATT service
* commit '29b8c4ab8ac4942e46a9ad4ced795bf06b9f8481': Reset the pointer to the Bluetooth GATT service
This commit is contained in:
@@ -1506,6 +1506,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
|
||||
//Unbind
|
||||
mContext.unbindService(mConnection);
|
||||
}
|
||||
mBluetoothGatt = null;
|
||||
}
|
||||
SystemClock.sleep(100);
|
||||
|
||||
@@ -1811,6 +1812,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
|
||||
//Unbind
|
||||
mContext.unbindService(mConnection);
|
||||
}
|
||||
mBluetoothGatt = null;
|
||||
}
|
||||
|
||||
mHandler.removeMessages(MESSAGE_BLUETOOTH_STATE_CHANGE);
|
||||
|
||||
Reference in New Issue
Block a user