summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2023-07-25 22:43:52 +0530
committerAmit Pundir <amit.pundir@linaro.org>2023-07-25 23:08:56 +0530
commit990b8aaa8e0b5388109a12e34fa9d5891b986f39 (patch)
tree08c9b41a04bd8844efba285fed19a244b5e3b2c4
parente0b877ac38361eef5efedcd2951021ced4c20a37 (diff)
product.prop: Update bluetooth properties
Disable LeAudio related profile which are not supported. Fixes CtsBluetoothTestCases failures. Change-Id: I4eb615895c8dfcfba9a3fbd46d41ec49fcd057c1 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--product.prop16
1 files changed, 9 insertions, 7 deletions
diff --git a/product.prop b/product.prop
index d703af9..19b8fd5 100644
--- a/product.prop
+++ b/product.prop
@@ -15,12 +15,7 @@ bluetooth.device.class_of_device=90,2,12
bluetooth.profile.asha.central.enabled?=true
bluetooth.profile.a2dp.source.enabled?=true
bluetooth.profile.avrcp.target.enabled?=true
-bluetooth.profile.bap.broadcast.assist.enabled?=true
-bluetooth.profile.bap.unicast.client.enabled?=true
-bluetooth.profile.bas.client.enabled?=true
-bluetooth.profile.csip.set_coordinator.enabled?=true
bluetooth.profile.gatt.enabled?=true
-bluetooth.profile.hap.client.enabled?=true
bluetooth.profile.hfp.ag.enabled?=true
bluetooth.profile.hid.device.enabled?=true
bluetooth.profile.hid.host.enabled?=true
@@ -31,5 +26,12 @@ bluetooth.profile.pan.nap.enabled?=true
bluetooth.profile.pan.panu.enabled?=true
bluetooth.profile.pbap.server.enabled?=true
bluetooth.profile.sap.server.enabled?=true
-bluetooth.profile.ccp.server.enabled?=true
-bluetooth.profile.vcp.controller.enabled?=true
+
+# Disable LeAudio related profile as there is no support for it
+bluetooth.profile.bap.broadcast.assist.enabled=false
+bluetooth.profile.bap.unicast.client.enabled=false
+bluetooth.profile.bas.client.enabled=false
+bluetooth.profile.ccp.server.enabled=false
+bluetooth.profile.csip.set_coordinator.enabled=false
+bluetooth.profile.hap.client.enabled=false
+bluetooth.profile.vcp.controller.enabled=false