Home
last modified time | relevance | path

Searched defs:groupDevices (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java208 List<BluetoothDevice> groupDevices = in isLeAudioOnlyGroup() local
647 List<BluetoothDevice> groupDevices = new ArrayList<>(); in handleLeAudioOnlyDeviceAfterCsipConnect() local
DAdapterService.java1621 private boolean isDuplexAudioSupported(List<BluetoothDevice> groupDevices) { in isDuplexAudioSupported()
1640 private boolean isOutputOnlyAudioSupported(List<BluetoothDevice> groupDevices) { in isOutputOnlyAudioSupported()
4294 List<BluetoothDevice> groupDevices = mLeAudioService.getGroupDevices(device); in getPreferredAudioProfiles() local
4369 List<BluetoothDevice> groupDevices = mLeAudioService.getGroupDevices(groupId); in setPreferredAudioProfiles() local
4478 List<BluetoothDevice> groupDevices = mLeAudioService.getGroupDevices(groupId); in sendPreferredAudioProfileChangeToAudioFramework() local
5169 List<BluetoothDevice> groupDevices = mLeAudioService.getGroupDevices(leAudioDevice); in isAllSupportedClassicAudioProfilesActive() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/
DDatabaseManagerTest.java1767 List<BluetoothDevice> groupDevices = new ArrayList<>(); in testSetGetPreferredAudioProfilesCase() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java920 List<BluetoothDevice> groupDevices, Bundle modeToProfileBundle) { in setPreferredAudioProfiles()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBassClientServiceTest.java479 List<BluetoothDevice> groupDevices = new ArrayList<>(); in prepareConnectedDeviceGroup() local