Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioService.java3104 mHandler.post(() -> notifyUnicastCodecConfigChanged(groupId, status)); in messageFromNative()
4534 private void notifyUnicastCodecConfigChanged(int groupId, BluetoothLeAudioCodecStatus status) { in notifyUnicastCodecConfigChanged() method in LeAudioService