Searched refs:currHashState (Results 1 – 1 of 1) sorted by relevance
817 int currHashState = stateNumDev.first; in updateProfileConnectionState() local820 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()