Home
last modified time | relevance | path

Searched refs:GROUP_NODE_ADDED (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java72 static final int GROUP_NODE_ADDED = 1; field in LeAudioStackEvent
282 case GROUP_NODE_ADDED: in eventTypeValue2ToString()
DLeAudioService.java3042 case LeAudioStackEvent.GROUP_NODE_ADDED: in messageFromNative()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl80 const int GROUP_NODE_ADDED = 1; field
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterfaceTest.java76 int nodeStatus = LeAudioStackEvent.GROUP_NODE_ADDED; in onGroupNodeStatus()
DLeAudioServiceTest.java1170 nodeGroupAdded.valueInt2 = LeAudioStackEvent.GROUP_NODE_ADDED; in generateGroupNodeAdded()
1328 nodeGroupAdded.valueInt2 = LeAudioStackEvent.GROUP_NODE_ADDED; in connectTestDevice()
1711 int nodeStatus = LeAudioStackEvent.GROUP_NODE_ADDED; in testGetActiveDevices()
2800 int nodeStatus = LeAudioStackEvent.GROUP_NODE_ADDED; in testSendPreferredAudioProfileChangeToAudioFramework()
DLeAudioBroadcastServiceTest.java768 create_event.valueInt2 = LeAudioStackEvent.GROUP_NODE_ADDED; in prepareConnectedUnicastDevice()
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java74 private int GROUP_NODE_ADDED = 1; field in BluetoothProxy
128 svc_data.nodeStatusMutable.postValue(new Pair<>(groupId, GROUP_NODE_ADDED));
228 new Pair<>(group_id, GROUP_NODE_ADDED));
974 new Pair<>(group_id, GROUP_NODE_ADDED)); in queryLeAudioDevices()
DLeAudioRecycleViewAdapter.java82 private int GROUP_NODE_ADDED = 1; field in LeAudioRecycleViewAdapter