Loading services/core/java/com/android/server/BluetoothManagerService.java +2 −0 Original line number Diff line number Diff line Loading @@ -1506,6 +1506,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { //Unbind mContext.unbindService(mConnection); } mBluetoothGatt = null; } SystemClock.sleep(100); Loading Loading @@ -1811,6 +1812,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { //Unbind mContext.unbindService(mConnection); } mBluetoothGatt = null; } mHandler.removeMessages(MESSAGE_BLUETOOTH_STATE_CHANGE); Loading Loading
services/core/java/com/android/server/BluetoothManagerService.java +2 −0 Original line number Diff line number Diff line Loading @@ -1506,6 +1506,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { //Unbind mContext.unbindService(mConnection); } mBluetoothGatt = null; } SystemClock.sleep(100); Loading Loading @@ -1811,6 +1812,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { //Unbind mContext.unbindService(mConnection); } mBluetoothGatt = null; } mHandler.removeMessages(MESSAGE_BLUETOOTH_STATE_CHANGE); Loading