From 01e538c5c31fba45c8c07c53c8275a0edecb1407 Mon Sep 17 00:00:00 2001 From: Cheney Ni Date: Tue, 23 Nov 2021 15:18:40 +0800 Subject: [PATCH] Bluetooth: Add Bluetooth HAL compatibility by projects Bug: 202113218 Test: manually Change-Id: I6d22935ff2ddb7325cf4f946ea4a71e625427d86 --- bluetooth/manifest_bluetooth.xml | 38 ++++++++++++++++++++++++++++++++ device-lynx.mk | 2 ++ 2 files changed, 40 insertions(+) create mode 100644 bluetooth/manifest_bluetooth.xml diff --git a/bluetooth/manifest_bluetooth.xml b/bluetooth/manifest_bluetooth.xml new file mode 100644 index 0000000..d733c24 --- /dev/null +++ b/bluetooth/manifest_bluetooth.xml @@ -0,0 +1,38 @@ + + + android.hardware.bluetooth + hwbinder + 1.0 + + IBluetoothHci + default + + + + hardware.google.bluetooth.bt_channel_avoidance + hwbinder + 1.0 + + IBTChannelAvoidance + default + + + + hardware.google.bluetooth.sar + hwbinder + 1.1 + + IBluetoothSar + default + + + + hardware.google.bluetooth.ccc + hwbinder + 1.0 + + IBluetoothCcc + default + + + diff --git a/device-lynx.mk b/device-lynx.mk index 0892380..322fef2 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -82,6 +82,8 @@ PRODUCT_COPY_FILES += \ device/google/lynx/thermal_info_config_lynx.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json # Bluetooth HAL +DEVICE_MANIFEST_FILE += \ + device/google/lynx/bluetooth/manifest_bluetooth.xml PRODUCT_SOONG_NAMESPACES += \ vendor/broadcom/bluetooth PRODUCT_PACKAGES += \