Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java106 private int mProfilesConnecting, mProfilesConnected, mProfilesDisconnecting; field in AdapterProperties
891 if (mProfilesDisconnecting > 0) { in updateCountersAndCheckForConnectionStateChange()
892 mProfilesDisconnecting--; in updateCountersAndCheckForConnectionStateChange()
894 Log.e(TAG, "mProfilesDisconnecting " + mProfilesDisconnecting); in updateCountersAndCheckForConnectionStateChange()
911 mProfilesDisconnecting++; in updateCountersAndCheckForConnectionStateChange()
912 return (mProfilesConnected == 0 && mProfilesDisconnecting == 1); in updateCountersAndCheckForConnectionStateChange()
1186 mProfilesDisconnecting = 0; in onBluetoothReady()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DScanManager.java147 private int mProfilesConnected, mProfilesDisconnecting; field in ScanManager
1993 if (mProfilesDisconnecting > 0) { in updateCountersAndCheckForConnectingState()
1994 mProfilesDisconnecting--; in updateCountersAndCheckForConnectingState()
1996 Log.e(TAG, "mProfilesDisconnecting " + mProfilesDisconnecting); in updateCountersAndCheckForConnectingState()
2010 mProfilesDisconnecting++; in updateCountersAndCheckForConnectingState()
2023 + mProfilesDisconnecting); in updateCountersAndCheckForConnectingState()