Searched refs:mProfilesConnected (Results 1 – 1 of 1) sorted by relevance
87 private int mProfilesConnecting, mProfilesConnected, mProfilesDisconnecting; field in AdapterProperties699 if (mProfilesConnected > 0) { in updateCountersAndCheckForConnectionStateChange()700 mProfilesConnected--; in updateCountersAndCheckForConnectionStateChange()702 Log.e(TAG, "mProfilesConnected " + mProfilesConnected); in updateCountersAndCheckForConnectionStateChange()722 return (mProfilesConnected == 0 && mProfilesConnecting == 1); in updateCountersAndCheckForConnectionStateChange()725 mProfilesConnected++; in updateCountersAndCheckForConnectionStateChange()726 return (mProfilesConnected == 1); in updateCountersAndCheckForConnectionStateChange()730 return (mProfilesConnected == 0 && mProfilesDisconnecting == 1); in updateCountersAndCheckForConnectionStateChange()733 return (mProfilesConnected == 0 && mProfilesConnecting == 0); in updateCountersAndCheckForConnectionStateChange()925 mProfilesConnected = 0; in onBluetoothReady()