From b25c089c599f7dbaeb3e000416a6748213d868aa Mon Sep 17 00:00:00 2001 From: Martin Yan Date: Mon, 6 Jan 2025 07:34:12 +0000 Subject: [PATCH] Add Bluetooth extension HAL - CCO Bug: 361443653 Test: build pass Flag: EXEMPT, this feature is related to CS which is controlled by com.android.bluetooth.flags.channel_sounding_in_stack Change-Id: I92d27664c05ed1c2ec043b9b2efa186ff5405170 --- bcmbt/compatibility_matrix.xml | 4 ++++ bcmbt/manifest_bluetooth.xml | 1 + bcmbt/sepolicy/service_contexts | 1 + 3 files changed, 6 insertions(+) diff --git a/bcmbt/compatibility_matrix.xml b/bcmbt/compatibility_matrix.xml index 65b0c6d..54eda4b 100644 --- a/bcmbt/compatibility_matrix.xml +++ b/bcmbt/compatibility_matrix.xml @@ -26,5 +26,9 @@ IBluetoothEwp default + + IBluetoothCco + default + diff --git a/bcmbt/manifest_bluetooth.xml b/bcmbt/manifest_bluetooth.xml index a72f1c9..3dc3f88 100644 --- a/bcmbt/manifest_bluetooth.xml +++ b/bcmbt/manifest_bluetooth.xml @@ -23,5 +23,6 @@ IBluetoothExt/default IBluetoothFinder/default IBluetoothSar/default + IBluetoothCco/default diff --git a/bcmbt/sepolicy/service_contexts b/bcmbt/sepolicy/service_contexts index 4aecc90..e91eb1e 100644 --- a/bcmbt/sepolicy/service_contexts +++ b/bcmbt/sepolicy/service_contexts @@ -5,3 +5,4 @@ vendor.google.bluetooth_ext.IBluetoothCcc/default u:o vendor.google.bluetooth_ext.IBluetoothEwp/default u:object_r:hal_bluetooth_coexistence_service:s0 vendor.google.bluetooth_ext.IBluetoothExt/default u:object_r:hal_bluetooth_coexistence_service:s0 vendor.google.bluetooth_ext.IBluetoothFinder/default u:object_r:hal_bluetooth_coexistence_service:s0 +vendor.google.bluetooth_ext.IBluetoothCco/default u:object_r:hal_bluetooth_coexistence_service:s0