Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/binder/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.java1173 int groupStatus = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testGetActiveDevices() local
1221 private void injectGroupStatusChange(int groupId, int groupStatus) { in injectGroupStatusChange()
1303 private void sendEventAndVerifyIntentForGroupStatusChanged(int groupId, int groupStatus) { in sendEventAndVerifyIntentForGroupStatusChanged()
1440 int groupStatus = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testLeadGroupDeviceDisconnects() local
1511 int groupStatus = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testLeadGroupDeviceReconnects() local
1867 int groupStatus = LeAudioStackEvent.GROUP_STATUS_ACTIVE; in testSendPreferredAudioProfileChangeToAudioFramework() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioNativeInterface.java128 void onGroupStatus(int groupId, int groupStatus) { in onGroupStatus()
DLeAudioService.java1948 int groupStatus = stackEvent.valueInt2; in messageFromNative() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeAudio.java167 void onGroupStatusChanged(int groupId, @GroupStatus int groupStatus); in onGroupStatusChanged()