Searched refs:mProfilesDisconnecting (Results 1 – 1 of 1) sorted by relevance
87 private int mProfilesConnecting, mProfilesConnected, mProfilesDisconnecting; field in AdapterProperties690 if (mProfilesDisconnecting > 0) { in updateCountersAndCheckForConnectionStateChange()691 mProfilesDisconnecting--; in updateCountersAndCheckForConnectionStateChange()693 Log.e(TAG, "mProfilesDisconnecting " + mProfilesDisconnecting); in updateCountersAndCheckForConnectionStateChange()710 mProfilesDisconnecting++; in updateCountersAndCheckForConnectionStateChange()711 return (mProfilesConnected == 0 && mProfilesDisconnecting == 1); in updateCountersAndCheckForConnectionStateChange()905 mProfilesDisconnecting = 0; in onBluetoothReady()