summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin Jansen <jansene@google.com>2022-09-28 10:36:56 -0700
committerErwin Jansen <jansene@google.com>2022-09-28 10:40:38 -0700
commit82177a720df15b19027f78948c42e21bba8fd144 (patch)
tree60b4129df2ac4eb27bb5473139ff6517be3b5358
parentccbdf2509894f23baf93b0239a45d16e1391eab8 (diff)
downloadgoldfish-82177a720df15b19027f78948c42e21bba8fd144.tar.gz
Disable asha from bluetooth profile
The asha property causes the disabling of set of cts verifier tests. Note: This sorts all the properties by name. Bug: 249536741 Test: cts verifier multi advertising tests are back Change-Id: Ib427a1a15db11cc0e5edf3fae6044443a9a9195b
-rw-r--r--bluetooth.prop8
1 files changed, 6 insertions, 2 deletions
diff --git a/bluetooth.prop b/bluetooth.prop
index 2bce15e6..0b2ef7a9 100644
--- a/bluetooth.prop
+++ b/bluetooth.prop
@@ -9,12 +9,17 @@
bluetooth.device.class_of_device=90,2,12
# Set supported Bluetooth profiles to enabled
-bluetooth.profile.asha.central.enabled=true
+
+# Disable asha profile as it will disable
+# the cts-verifier multi advertising tests (b/249536741)
+# 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.ccp.server.enabled=true
bluetooth.profile.csip.set_coordinator.enabled=true
bluetooth.profile.gatt.enabled=true
bluetooth.profile.hap.client.enabled=true
@@ -27,5 +32,4 @@ bluetooth.profile.opp.enabled=true
bluetooth.profile.pan.nap.enabled=true
bluetooth.profile.pan.panu.enabled=true
bluetooth.profile.pbap.server.enabled=true
-bluetooth.profile.ccp.server.enabled=true
bluetooth.profile.vcp.controller.enabled=true