diff options
author | Alice Kuo <aliceypkuo@google.com> | 2022-02-09 00:00:17 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2022-02-09 00:00:17 +0000 |
commit | 8963ff3838b5252e69d6dbb34c6aa55091668f99 (patch) | |
tree | 401842ad6e3d96eb190089358e394530e786f2a2 /bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp | |
parent | 46c40cfb0bd8b9b49ce94accc0a42498a0a60219 (diff) | |
parent | 3a10a4b81890c952a1ff0ce139b249cf9fe0537d (diff) |
Merge "BT: Aptx-Adaptive AIDL changes" am: 303c0f1eb9 am: ffd1bf2cc8 am: 04a688107c am: 3a10a4b818
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1890097
Change-Id: Idafcc20332825b27e738e8634f9611b1c3662462
Diffstat (limited to 'bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp')
-rw-r--r-- | bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp b/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp index 516ebe8d7a..a8d881775f 100644 --- a/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp +++ b/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp @@ -356,6 +356,7 @@ BluetoothAudioCodecs::GetA2dpOffloadCodecCapabilities( break; case CodecType::UNKNOWN: case CodecType::VENDOR: + case CodecType::APTX_ADAPTIVE: break; } } @@ -419,6 +420,7 @@ bool BluetoothAudioCodecs::IsOffloadCodecConfigurationValid( return true; } break; + case CodecType::APTX_ADAPTIVE: case CodecType::UNKNOWN: case CodecType::VENDOR: break; @@ -487,4 +489,4 @@ BluetoothAudioCodecs::GetLeAudioOffloadCodecCapabilities( } // namespace bluetooth } // namespace hardware } // namespace android -} // namespace aidl
\ No newline at end of file +} // namespace aidl |