Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java944 int currHashState = stateNumDev.first; in updateProfileConnectionState() local
947 if (newState == currHashState) { in updateProfileConnectionState()
951 && currHashState != BluetoothProfile.STATE_CONNECTED)) { in updateProfileConnectionState()
953 } else if (numDev == 1 && oldState == currHashState) { in updateProfileConnectionState()
955 } else if (numDev > 1 && oldState == currHashState) { in updateProfileConnectionState()
958 if (currHashState == BluetoothProfile.STATE_CONNECTED in updateProfileConnectionState()
959 || currHashState == BluetoothProfile.STATE_CONNECTING) { in updateProfileConnectionState()
960 newHashState = currHashState; in updateProfileConnectionState()