Searched refs:mProfilesConnecting (Results 1 – 1 of 1) sorted by relevance
94 private int mProfilesConnecting, mProfilesConnected, mProfilesDisconnecting; field in AdapterProperties744 if (mProfilesConnecting > 0) { in updateCountersAndCheckForConnectionStateChange()745 mProfilesConnecting--; in updateCountersAndCheckForConnectionStateChange()747 Log.e(TAG, "mProfilesConnecting " + mProfilesConnecting); in updateCountersAndCheckForConnectionStateChange()776 mProfilesConnecting++; in updateCountersAndCheckForConnectionStateChange()777 return (mProfilesConnected == 0 && mProfilesConnecting == 1); in updateCountersAndCheckForConnectionStateChange()788 return (mProfilesConnected == 0 && mProfilesConnecting == 0); in updateCountersAndCheckForConnectionStateChange()1015 mProfilesConnecting = 0; in onBluetoothReady()