commit | 79c936debe32c8454b17642ed4a78982a1e6d84a | [log] [tgz] |
---|---|---|
author | Alice Kuo <aliceypkuo@google.com> | Thu Jan 20 23:10:10 2022 +0800 |
committer | Alice Kuo <aliceypkuo@google.com> | Thu Jan 20 23:14:19 2022 +0800 |
tree | b73c17538b0a73f2f582685a08e7840be6bcf674 | |
parent | 63a4e9b2ea6cf855cd78c04614eaea9ce62c4334 [diff] [blame] |
Add vendor codec type to support the vendor config and capability Bug: 203490261 Bug: 150670922 Test: make build Change-Id: I26cdafe6b96a4c0a501f13bf790723c026029aa6
diff --git a/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp b/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp index 92cd0f5..380732f 100644 --- a/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp +++ b/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp
@@ -355,6 +355,7 @@ kDefaultOffloadLc3Capability); break; case CodecType::UNKNOWN: + case CodecType::VENDOR: codec_capability = {}; break; } @@ -420,6 +421,7 @@ } break; case CodecType::UNKNOWN: + case CodecType::VENDOR: break; } return false;