Home
last modified time | relevance | path

Searched defs:getConnectedGroupLeadDevice (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl57 … BluetoothDevice getConnectedGroupLeadDevice(int groupId, in AttributionSource attributionSource); in getConnectedGroupLeadDevice() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java137 public void getConnectedGroupLeadDevice() { in getConnectedGroupLeadDevice() method in LeAudioBinderTest
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java850 public @Nullable BluetoothDevice getConnectedGroupLeadDevice(int groupId) { in getConnectedGroupLeadDevice() method in BluetoothLeAudio
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java850 BluetoothDevice getConnectedGroupLeadDevice(int groupId) { in getConnectedGroupLeadDevice() method in LeAudioService
4993 public BluetoothDevice getConnectedGroupLeadDevice(int groupId, AttributionSource source) { in getConnectedGroupLeadDevice() method in LeAudioService.BluetoothLeAudioBinder