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