Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java274 public boolean groupAddNode(int groupId, BluetoothDevice device) { in groupAddNode() method in LeAudioNativeInterface
DLeAudioService.java718 boolean groupAddNode(int groupId, BluetoothDevice device) { in groupAddNode() method in LeAudioService
3388 public void groupAddNode(int group_id, BluetoothDevice device, in groupAddNode() method in LeAudioService.BluetoothLeAudioBinder
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothLeAudio.aidl93 …void groupAddNode(int group_id, in BluetoothDevice device, in AttributionSource attributionSource,… in groupAddNode() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioBinderTest.java223 public void groupAddNode() { in groupAddNode() method in LeAudioBinderTest
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java1166 public boolean groupAddNode(int groupId, @NonNull BluetoothDevice device) { in groupAddNode() method in BluetoothLeAudio