Fix filling the configuration map
Bug: 319090769 Test: atest VtsHalBluetoothAudioTargetTest Change-Id: I1806d8a20abb9a9756512ae8d433c6c6ff784159
This commit is contained in:
parent
334bf18f8d
commit
0259aafb71
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ std::vector<CodecInfo> BluetoothAudioCodecs::GetLeAudioOffloadCodecInfo(
|
|||
if (kDefaultOffloadLeAudioCodecInfoMap.empty()) {
|
||||
auto le_audio_offload_setting =
|
||||
BluetoothLeAudioCodecsProvider::ParseFromLeAudioOffloadSettingFile();
|
||||
auto kDefaultOffloadLeAudioCodecInfoMap =
|
||||
kDefaultOffloadLeAudioCodecInfoMap =
|
||||
BluetoothLeAudioCodecsProvider::GetLeAudioCodecInfo(
|
||||
le_audio_offload_setting);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue