Switch to new Bluetooth Finder HAL

Bug: 310790725
Test: Manual
Change-Id: I7a0a766fa3e0f02daff496c2370722f85b6e6740
This commit is contained in:
Ted Wang 2023-11-13 03:51:47 +00:00
parent f507e4a7f7
commit 56581adeb7
3 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,7 @@
PRODUCT_SOONG_NAMESPACES += vendor/broadcom/bluetooth PRODUCT_SOONG_NAMESPACES += vendor/broadcom/bluetooth
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.bluetooth-V1-ndk.so \ android.hardware.bluetooth-V1-ndk.so \
android.hardware.bluetooth.finder-V1-ndk.so \
android.hardware.bluetooth-service.bcmbtlinux \ android.hardware.bluetooth-service.bcmbtlinux \
vendor.google.bluetooth_ext-V1-ndk.so \ vendor.google.bluetooth_ext-V1-ndk.so \
bt_vendor.conf \ bt_vendor.conf \

View file

@ -6,7 +6,6 @@
<name>IBluetoothFinder</name> <name>IBluetoothFinder</name>
<instance>default</instance> <instance>default</instance>
</interface> </interface>
<fqname>IBluetoothFinder/default</fqname>
<interface> <interface>
<name>IBluetoothCcc</name> <name>IBluetoothCcc</name>
<instance>default</instance> <instance>default</instance>

View file

@ -4,6 +4,11 @@
<version>1</version> <version>1</version>
<fqname>IBluetoothHci/default</fqname> <fqname>IBluetoothHci/default</fqname>
</hal> </hal>
<hal format="aidl">
<name>android.hardware.bluetooth.finder</name>
<version>1</version>
<fqname>IBluetoothFinder/default</fqname>
</hal>
<hal format="aidl"> <hal format="aidl">
<name>vendor.google.bluetooth_ext</name> <name>vendor.google.bluetooth_ext</name>
<version>1</version> <version>1</version>