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.java263 public boolean groupAddNode(int groupId, BluetoothDevice device) { in groupAddNode() method in LeAudioNativeInterface
DLeAudioService.java660 boolean groupAddNode(int groupId, BluetoothDevice device) { in groupAddNode() method in LeAudioService
2817 public void groupAddNode(int group_id, BluetoothDevice device, in groupAddNode() method in LeAudioService.BluetoothLeAudioBinder
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothLeAudio.aidl92 …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.java208 public void groupAddNode() { in groupAddNode() method in LeAudioBinderTest
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java1174 public boolean groupAddNode(int group_id, @NonNull BluetoothDevice device) { in groupAddNode() method in BluetoothLeAudio