Searched refs:targetDeviceMap (Results 1 – 1 of 1) sorted by relevance
483 LinkedHashMap<String, BluetoothDevice> targetDeviceMap; in onDeviceConnected() local497 targetDeviceMap = mLeAudioDevicesByAddress; in onDeviceConnected()505 targetDeviceMap = mHearingAidDevicesByAddress; in onDeviceConnected()511 targetDeviceMap = mHfpDevicesByAddress; in onDeviceConnected()517 if (!targetDeviceMap.containsKey(device.getAddress())) { in onDeviceConnected()520 targetDeviceMap.put(device.getAddress(), device); in onDeviceConnected()536 LinkedHashMap<String, BluetoothDevice> targetDeviceMap; in onDeviceDisconnected() local538 targetDeviceMap = mLeAudioDevicesByAddress; in onDeviceDisconnected()541 targetDeviceMap = mHearingAidDevicesByAddress; in onDeviceDisconnected()543 targetDeviceMap = mHfpDevicesByAddress; in onDeviceDisconnected()[all …]