From d13bbb32561b6c29ae8305bcc6b32e99d0f694e4 Mon Sep 17 00:00:00 2001 From: Sagar Verma Date: Sat, 8 Jan 2022 20:09:04 +0530 Subject: BT: Aptx-Adaptive AIDL changes Bug: 203751353 Change-Id: I65f7b4de77ff0083721069959f6ba2081a158a80 --- bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp') 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 -- cgit v1.2.3