From 160d791f59aaaf99ca2e528e39547c4660f2c1aa Mon Sep 17 00:00:00 2001 From: Patty Huang Date: Mon, 29 May 2023 17:12:42 +0800 Subject: [PATCH] Disable the broadcast assistant service by default Bug: 284804688 Test: Ensure broadcast assistant service profile is disabled by default Change-Id: I6a0be31b85f48c413160e7e13276eab364ec9fd7 --- device.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/device.mk b/device.mk index 11a589e5..6a50c197 100644 --- a/device.mk +++ b/device.mk @@ -176,7 +176,6 @@ PRODUCT_PRODUCT_PROPERTIES += \ 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.server.enabled=true \ bluetooth.profile.bas.client.enabled=true \ bluetooth.profile.csip.set_coordinator.enabled=true \