Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java838 List<BluetoothDevice> leAudioConnDevList = leAudioService.getConnectedDevices(); in handleAllProfilesDisconnected() local
839 allProfilesEmpty &= leAudioConnDevList.isEmpty(); in handleAllProfilesDisconnected()
840 atLeastOneProfileConnectedForDevice |= leAudioConnDevList.contains(device); in handleAllProfilesDisconnected()
1069 List<BluetoothDevice> leAudioConnDevList = leAudioService.getConnectedDevices(); in processConnectOtherProfiles() local
1070 if (!leAudioConnDevList.contains(device) in processConnectOtherProfiles()