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.java87 private int mProfilesConnecting, mProfilesConnected, mProfilesDisconnecting; field in AdapterProperties
699 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()