Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java817 int currHashState = stateNumDev.first; in updateProfileConnectionState() local
820 if (newState == currHashState) { in updateProfileConnectionState()
824 && currHashState != BluetoothProfile.STATE_CONNECTED)) { in updateProfileConnectionState()
826 } else if (numDev == 1 && oldState == currHashState) { in updateProfileConnectionState()
828 } else if (numDev > 1 && oldState == currHashState) { in updateProfileConnectionState()
831 if (currHashState == BluetoothProfile.STATE_CONNECTED in updateProfileConnectionState()
832 || currHashState == BluetoothProfile.STATE_CONNECTING) { in updateProfileConnectionState()
833 newHashState = currHashState; in updateProfileConnectionState()