Searched refs:mProfilesDisconnecting (Results 1 – 1 of 1) sorted by relevance
94 private int mProfilesConnecting, mProfilesConnected, mProfilesDisconnecting; field in AdapterProperties764 if (mProfilesDisconnecting > 0) { in updateCountersAndCheckForConnectionStateChange()765 mProfilesDisconnecting--; in updateCountersAndCheckForConnectionStateChange()767 Log.e(TAG, "mProfilesDisconnecting " + mProfilesDisconnecting); in updateCountersAndCheckForConnectionStateChange()784 mProfilesDisconnecting++; in updateCountersAndCheckForConnectionStateChange()785 return (mProfilesConnected == 0 && mProfilesDisconnecting == 1); in updateCountersAndCheckForConnectionStateChange()1016 mProfilesDisconnecting = 0; in onBluetoothReady()