From 40b3fc92c2fba39c92015e3ceb02eeae3628730e Mon Sep 17 00:00:00 2001 From: Sal Savage Date: Thu, 7 Apr 2022 15:54:04 -0700 Subject: [PATCH] wahoo: Update LE Audio profile properties to match spec and implementation Bug: 217448211 Test: atest BluetoothInstrumentationTests Change-Id: I9312b9b70b51603aca6da6f4081533ab73c1614d --- device.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/device.mk b/device.mk index 9dcf030b..e1d4c963 100755 --- a/device.mk +++ b/device.mk @@ -356,7 +356,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ 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.bap.unicast.client.enabled=true \ bluetooth.profile.bas.client.enabled=true \ bluetooth.profile.csip.set_coordinator.enabled=true \ bluetooth.profile.gatt.enabled=true \ @@ -371,8 +371,8 @@ PRODUCT_PROPERTY_OVERRIDES += \ 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.ccp.server.enabled=true \ + bluetooth.profile.vcp.controller.enabled=true # Bluetooth SoC PRODUCT_PROPERTY_OVERRIDES += \