diff options
author | Alice Kuo <aliceypkuo@google.com> | 2022-01-21 11:52:29 +0800 |
---|---|---|
committer | Alice Kuo <aliceypkuo@google.com> | 2022-01-21 13:08:02 +0800 |
commit | ce87f91873335256d1deab13aa617d88a5087468 (patch) | |
tree | dd70f8d0356e7e2c1f6b26a77ea26f07ea7a837e /bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp | |
parent | aca34136be92987d92e4abe2711a516b2c4b3047 (diff) |
Add a2dp vendor codec extension
Bug: 215645164
Test: make build
Change-Id: I1ed80ab5cd4a9fbb9ea6fef7a5192241af76f1ea
Diffstat (limited to 'bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp')
-rw-r--r-- | bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp b/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp index 380732fda4..4693d970e6 100644 --- a/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp +++ b/bluetooth/audio/utils/aidl_session/BluetoothAudioCodecs.cpp @@ -356,7 +356,6 @@ BluetoothAudioCodecs::GetA2dpOffloadCodecCapabilities( break; case CodecType::UNKNOWN: case CodecType::VENDOR: - codec_capability = {}; break; } } |