summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@google.com>2022-09-29 03:50:06 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-09-29 03:50:06 +0000
commitb864c1bf0adc86f665b0daf9eb90343fc9fa4b5d (patch)
tree078f92ecd00303b719001c8e653a9ba0a8265d6c
parent9a307cc4787420278813a0dac885c67da6b71b0a (diff)
parent82177a720df15b19027f78948c42e21bba8fd144 (diff)
downloadgoldfish-b864c1bf0adc86f665b0daf9eb90343fc9fa4b5d.tar.gz
Merge "Disable asha from bluetooth profile" into tm-dev
-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