commit | 79c02160efc9793f6bb4db4a8bdcd37a85e09dea | [log] [tgz] |
---|---|---|
author | Alice Kuo <aliceypkuo@google.com> | Thu Dec 16 14:13:25 2021 +0800 |
committer | Alice Kuo <aliceypkuo@google.com> | Thu Dec 16 15:00:23 2021 +0800 |
tree | 76b236a3fa6365f63088bea71884026ea8157f60 | |
parent | b05a7c13769890ce708ce0bcb36754c98027bb36 [diff] [blame] |
Add support LE audio offload for HIDL 2.2 1. Clean up the LE offlload path for HIDL 2.1 2. Add support offload path start/suspend/stop function with HIDL 2.2 Bug: 197296692 Bug: 150670922 Test: HAL 2.1/2.2 work for A2DP software/hardware media, and LE audio software media/voip call Change-Id: I2295b62fc2255d247f18f0852de2b40e6280d282
diff --git a/bluetooth/audio/2.2/default/BluetoothAudioProvidersFactory.cpp b/bluetooth/audio/2.2/default/BluetoothAudioProvidersFactory.cpp index 510833d..51ee422 100644 --- a/bluetooth/audio/2.2/default/BluetoothAudioProvidersFactory.cpp +++ b/bluetooth/audio/2.2/default/BluetoothAudioProvidersFactory.cpp
@@ -20,7 +20,7 @@ #include <android-base/logging.h> -#include "BluetoothAudioSupportedCodecsDB_2_1.h" +#include "BluetoothAudioSupportedCodecsDB_2_2.h" namespace android { namespace hardware {