summaryrefslogtreecommitdiff
path: root/bluetooth/audio/2.2/default/A2dpSoftwareAudioProvider.cpp
diff options
context:
space:
mode:
authorAlice Kuo <aliceypkuo@google.com>2021-12-16 14:13:25 +0800
committerAlice Kuo <aliceypkuo@google.com>2021-12-16 15:00:23 +0800
commit79c02160efc9793f6bb4db4a8bdcd37a85e09dea (patch)
tree76b236a3fa6365f63088bea71884026ea8157f60 /bluetooth/audio/2.2/default/A2dpSoftwareAudioProvider.cpp
parentb05a7c13769890ce708ce0bcb36754c98027bb36 (diff)
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
Diffstat (limited to 'bluetooth/audio/2.2/default/A2dpSoftwareAudioProvider.cpp')
-rw-r--r--bluetooth/audio/2.2/default/A2dpSoftwareAudioProvider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bluetooth/audio/2.2/default/A2dpSoftwareAudioProvider.cpp b/bluetooth/audio/2.2/default/A2dpSoftwareAudioProvider.cpp
index ba31d39f2c..eb87178c38 100644
--- a/bluetooth/audio/2.2/default/A2dpSoftwareAudioProvider.cpp
+++ b/bluetooth/audio/2.2/default/A2dpSoftwareAudioProvider.cpp
@@ -21,7 +21,7 @@
#include <android-base/logging.h>
#include "BluetoothAudioSessionReport_2_2.h"
-#include "BluetoothAudioSupportedCodecsDB_2_1.h"
+#include "BluetoothAudioSupportedCodecsDB_2_2.h"
namespace android {
namespace hardware {