From 78f9472446cfdc6ac8234521259578e37c9225d6 Mon Sep 17 00:00:00 2001 From: Sal Savage Date: Thu, 7 Apr 2022 15:53:24 -0700 Subject: [PATCH] sm7250-common: Update LE Audio profile properties to match spec and implementation Bug: 217448211 Test: atest BluetoothInstrumentationTests Change-Id: I1260e95d357bd86099f75b910e0d744f97513fbc --- system_ext.prop | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system_ext.prop b/system_ext.prop index aa0823c..c8b2d34 100644 --- a/system_ext.prop +++ b/system_ext.prop @@ -7,8 +7,9 @@ bluetooth.profile.a2dp.source.enabled=true bluetooth.profile.asha.central.enabled=false bluetooth.profile.avrcp.target.enabled=true bluetooth.profile.bap.broadcast.assist.enabled=true -bluetooth.profile.bap.unicast.server.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 @@ -22,5 +23,4 @@ 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.tbs.server.enabled=true -bluetooth.profile.vc.server.enabled=true +bluetooth.profile.vcp.controller.enabled=true