Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterfaceTest.java75 int nodeStatus = LeAudioStackEvent.GROUP_NODE_ADDED; in onGroupNodeStatus() local
DLeAudioServiceTest.java1172 int nodeStatus = LeAudioStackEvent.GROUP_NODE_ADDED; in testGetActiveDevices() local
1866 int nodeStatus = LeAudioStackEvent.GROUP_NODE_ADDED; in testSendPreferredAudioProfileChangeToAudioFramework() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java141 void onGroupNodeStatus(byte[] address, int groupId, int nodeStatus) { in onGroupNodeStatus()
DLeAudioService.java1857 int nodeStatus = stackEvent.valueInt2; in messageFromNative() local