Home
last modified time | relevance | path

Searched refs:mProfilesConnected (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java94 private int mProfilesConnecting, mProfilesConnected, mProfilesDisconnecting; field in AdapterProperties
754 if (mProfilesConnected > 0) { in updateCountersAndCheckForConnectionStateChange()
755 mProfilesConnected--; in updateCountersAndCheckForConnectionStateChange()
757 Log.e(TAG, "mProfilesConnected " + mProfilesConnected); in updateCountersAndCheckForConnectionStateChange()
777 return (mProfilesConnected == 0 && mProfilesConnecting == 1); in updateCountersAndCheckForConnectionStateChange()
780 mProfilesConnected++; in updateCountersAndCheckForConnectionStateChange()
781 return (mProfilesConnected == 1); in updateCountersAndCheckForConnectionStateChange()
785 return (mProfilesConnected == 0 && mProfilesDisconnecting == 1); in updateCountersAndCheckForConnectionStateChange()
788 return (mProfilesConnected == 0 && mProfilesConnecting == 0); in updateCountersAndCheckForConnectionStateChange()
1014 mProfilesConnected = 0; in onBluetoothReady()