diff options
author | Andy Quan <andyq@google.com> | 2023-02-16 14:15:10 -0800 |
---|---|---|
committer | Andy Quan <andyq@google.com> | 2023-02-16 14:15:10 -0800 |
commit | 9f3a2e40bf3ca1e866f5c6ec774620b05a06439b (patch) | |
tree | 1d89d996f386a5e538d216b355210d13c36cf886 /bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp | |
parent | bda05164842353bb8d2e1a0d125051e6765cebdd (diff) | |
parent | 352035b047c679608086b4bb2b79ae20732c16b2 (diff) |
DO NOT MERGE - Merge tm-qpr2-release into tm-platform-merge
Bug: 269346300
Change-Id: I948e2d29fc58a2937a203318b812ec0fa77baa9f
Diffstat (limited to 'bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp')
-rw-r--r-- | bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp b/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp index 855dd28718..faebbbf32b 100644 --- a/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp +++ b/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp @@ -398,8 +398,11 @@ BluetoothAudioCodecs::GetLeAudioOffloadCodecCapabilities( } if (kDefaultOffloadLeAudioCapabilities.empty()) { + auto le_audio_offload_setting = + BluetoothLeAudioCodecsProvider::ParseFromLeAudioOffloadSettingFile(); kDefaultOffloadLeAudioCapabilities = - BluetoothLeAudioCodecsProvider::GetLeAudioCodecCapabilities(); + BluetoothLeAudioCodecsProvider::GetLeAudioCodecCapabilities( + le_audio_offload_setting); } return kDefaultOffloadLeAudioCapabilities; |