Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceBinderTest.java98 public void getConnectedGroupLeadDevice() { in getConnectedGroupLeadDevice() method in LeAudioServiceBinderTest
/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/src/com/android/bluetooth/le_audio/
DLeAudioServiceBinder.java128 public BluetoothDevice getConnectedGroupLeadDevice(int groupId, AttributionSource source) { in getConnectedGroupLeadDevice() method in LeAudioServiceBinder
DLeAudioService.java1011 BluetoothDevice getConnectedGroupLeadDevice(int groupId) { in getConnectedGroupLeadDevice() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java898 public @Nullable BluetoothDevice getConnectedGroupLeadDevice(int groupId) { in getConnectedGroupLeadDevice() method in BluetoothLeAudio