Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudioCallback.aidl33 void onGroupStatusChanged(int groupId, int groupStatus); in onGroupStatusChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java1712 int groupStatus = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testGetActiveDevices() local
1762 private void injectGroupStatusChange(int groupId, int groupStatus) { in injectGroupStatusChange()
2031 private void sendEventAndVerifyIntentForGroupStatusChanged(int groupId, int groupStatus) { in sendEventAndVerifyIntentForGroupStatusChanged()
2307 int groupStatus = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testLeadGroupDeviceDisconnects() local
2383 int groupStatus = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testLeadGroupDeviceReconnects() local
2801 int groupStatus = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testSendPreferredAudioProfileChangeToAudioFramework() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java115 void onGroupStatus(int groupId, int groupStatus) { in onGroupStatus()
DLeAudioService.java3204 int groupStatus = stackEvent.valueInt2; in messageFromNative() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java136 void onGroupStatusChanged(int groupId, @GroupStatus int groupStatus); in onGroupStatusChanged()