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
680 if (mProfilesConnected > 0) { in updateCountersAndCheckForConnectionStateChange()
681 mProfilesConnected--; in updateCountersAndCheckForConnectionStateChange()
683 Log.e(TAG, "mProfilesConnected " + mProfilesConnected); in updateCountersAndCheckForConnectionStateChange()
703 return (mProfilesConnected == 0 && mProfilesConnecting == 1); in updateCountersAndCheckForConnectionStateChange()
706 mProfilesConnected++; in updateCountersAndCheckForConnectionStateChange()
707 return (mProfilesConnected == 1); in updateCountersAndCheckForConnectionStateChange()
711 return (mProfilesConnected == 0 && mProfilesDisconnecting == 1); in updateCountersAndCheckForConnectionStateChange()
714 return (mProfilesConnected == 0 && mProfilesConnecting == 0); in updateCountersAndCheckForConnectionStateChange()
903 mProfilesConnected = 0; in onBluetoothReady()