commit | 0259aafb7141ead245c2dc988e9912f8beb663af | [log] [tgz] |
---|---|---|
author | Jakub Tyszkowski <tyszkowski@google.com> | Fri Jan 05 12:36:38 2024 +0000 |
committer | Jakub Tyszkowski <tyszkowski@google.com> | Mon Jan 08 14:57:43 2024 +0000 |
tree | 6a145116ff69250bfd029255c1ad2b099d6753a8 | |
parent | 334bf18f8d45703828bae262a7c8af5fee999e6a [diff] [blame] |
Fix filling the configuration map Bug: 319090769 Test: atest VtsHalBluetoothAudioTargetTest Change-Id: I1806d8a20abb9a9756512ae8d433c6c6ff784159
diff --git a/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp b/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp index 216e169..d37825a 100644 --- a/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp +++ b/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp
@@ -428,7 +428,7 @@ if (kDefaultOffloadLeAudioCodecInfoMap.empty()) { auto le_audio_offload_setting = BluetoothLeAudioCodecsProvider::ParseFromLeAudioOffloadSettingFile(); - auto kDefaultOffloadLeAudioCodecInfoMap = + kDefaultOffloadLeAudioCodecInfoMap = BluetoothLeAudioCodecsProvider::GetLeAudioCodecInfo( le_audio_offload_setting); }