Merge "Removed MESSAGE_BIND_PROFILE_SERVICE messages on unbind"

am: 3b0256fc73

Change-Id: If33f7f2787ee94609e9fbb0ea52f66bdbdf57614
This commit is contained in:
Pavlin Radoslavov
2016-09-22 22:39:31 +00:00
committed by android-build-merger

View File

@@ -689,6 +689,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
if (mUnbinding) return;
mUnbinding = true;
mHandler.removeMessages(MESSAGE_BLUETOOTH_STATE_CHANGE);
mHandler.removeMessages(MESSAGE_BIND_PROFILE_SERVICE);
if (mBluetooth != null) {
//Unregister callback object
try {