dre: Use bluetooth.audio@2.1
bluetooth.audio@2.1 adds new functionalities required for Bluetooth LE Audio development Bug: 150670922 Change-Id: Iac2ece0c029a38fef82e81f5ba3ba491163818ef
This commit is contained in:
parent
6efca624f0
commit
709c6daead
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.audio@6.0-impl \
|
android.hardware.audio@6.0-impl \
|
||||||
android.hardware.audio.effect@6.0-impl \
|
android.hardware.audio.effect@6.0-impl \
|
||||||
android.hardware.audio.service \
|
android.hardware.audio.service \
|
||||||
android.hardware.bluetooth.audio@2.0-impl \
|
android.hardware.bluetooth.audio@2.1-impl \
|
||||||
android.hardware.soundtrigger@2.3-impl \
|
android.hardware.soundtrigger@2.3-impl \
|
||||||
audio.bluetooth.default \
|
audio.bluetooth.default \
|
||||||
audio.primary.holi \
|
audio.primary.holi \
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<hal format="hidl">
|
<hal format="hidl">
|
||||||
<name>android.hardware.bluetooth.audio</name>
|
<name>android.hardware.bluetooth.audio</name>
|
||||||
<transport>hwbinder</transport>
|
<transport>hwbinder</transport>
|
||||||
<version>2.0</version>
|
<version>2.1</version>
|
||||||
<interface>
|
<interface>
|
||||||
<name>IBluetoothAudioProvidersFactory</name>
|
<name>IBluetoothAudioProvidersFactory</name>
|
||||||
<instance>default</instance>
|
<instance>default</instance>
|
||||||
|
|
Loading…
Reference in a new issue