mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-01-27 18:59:11 +00:00
Fix filling the configuration map
Bug: 319090769 Test: atest VtsHalBluetoothAudioTargetTest Change-Id: I1806d8a20abb9a9756512ae8d433c6c6ff784159
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user