am a517de36: Donot reset mEnable flag when binding timeout.

* commit 'a517de36c44ab8cad5a267315aedf940aefa44cb':
  Donot reset mEnable flag when binding timeout.
This commit is contained in:
Matthew Xie
2012-10-11 01:45:50 -07:00
committed by Android Git Automerger

View File

@@ -702,7 +702,6 @@ class BluetoothManagerService extends IBluetoothManager.Stub {
Log.e(TAG, "MESSAGE_TIMEOUT_BIND");
synchronized(mConnection) {
mBinding = false;
mEnable = false;
}
break;
}