am d8481f96: am a517de36: Donot reset mEnable flag when binding timeout.

* commit 'd8481f9665d9073ae739729b8c931a323c6f8f62':
  Donot reset mEnable flag when binding timeout.
This commit is contained in:
Matthew Xie
2012-10-11 01:49:01 -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;
}