We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7608f54 + 29b8c4a commit 4e07468Copy full SHA for 4e07468
1 file changed
services/core/java/com/android/server/BluetoothManagerService.java
@@ -1506,6 +1506,7 @@ public void handleMessage(Message msg) {
1506
//Unbind
1507
mContext.unbindService(mConnection);
1508
}
1509
+ mBluetoothGatt = null;
1510
1511
SystemClock.sleep(100);
1512
@@ -1811,6 +1812,7 @@ private void recoverBluetoothServiceFromError() {
1811
1812
1813
1814
1815
1816
1817
1818
mHandler.removeMessages(MESSAGE_BLUETOOTH_STATE_CHANGE);
0 commit comments