Home
last modified time | relevance | path

Searched refs:nodeStatus (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterfaceTest.java76 int nodeStatus = LeAudioStackEvent.GROUP_NODE_ADDED; in onGroupNodeStatus() local
78 mNativeInterface.onGroupNodeStatus(address, groupId, nodeStatus); in onGroupNodeStatus()
DLeAudioServiceTest.java1711 int nodeStatus = LeAudioStackEvent.GROUP_NODE_ADDED; in testGetActiveDevices() local
1723 nodeStatusChangedEvent.valueInt2 = nodeStatus; in testGetActiveDevices()
2800 int nodeStatus = LeAudioStackEvent.GROUP_NODE_ADDED; in testSendPreferredAudioProfileChangeToAudioFramework() local
2812 nodeStatusChangedEvent.valueInt2 = nodeStatus; in testSendPreferredAudioProfileChangeToAudioFramework()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java126 void onGroupNodeStatus(byte[] address, int groupId, int nodeStatus) { in onGroupNodeStatus() argument
130 event.valueInt2 = nodeStatus; in onGroupNodeStatus()
DLeAudioService.java3036 int nodeStatus = stackEvent.valueInt2; in messageFromNative() local
3041 switch (nodeStatus) { in messageFromNative()