sm6375-common: Uprev bluetooth audio HIDL impl to 2.1

* We get free LC3 support, isn't it poggers?

Change-Id: I0f1713ee542102374183ef8088bcad62d3859c2f
This commit is contained in:
Sebastiano Barezzi
2021-10-12 01:00:17 +02:00
committed by Ramii Ahmed
parent b054d177f6
commit 0d540c5c7b
2 changed files with 3 additions and 3 deletions

View File

@@ -78,7 +78,7 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
audio.bluetooth.default \
android.hardware.bluetooth@1.1.vendor \
android.hardware.bluetooth.audio@2.0-impl \
android.hardware.bluetooth.audio@2.1-impl \
com.dsi.ant@1.0.vendor \
vendor.qti.hardware.bluetooth_audio@2.0.vendor \
vendor.qti.hardware.bluetooth_audio@2.1.vendor \

View File

@@ -38,12 +38,12 @@
<hal format="hidl">
<name>android.hardware.bluetooth.audio</name>
<transport>hwbinder</transport>
<version>2.0</version>
<version>2.1</version>
<interface>
<name>IBluetoothAudioProvidersFactory</name>
<instance>default</instance>
</interface>
<fqname>@2.0::IBluetoothAudioProvidersFactory/default</fqname>
<fqname>@2.1::IBluetoothAudioProvidersFactory/default</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.camera.provider</name>