From 3f62c6b40d5141ce1636e3d6278a0637a634b481 Mon Sep 17 00:00:00 2001 From: Andrew Cheng Date: Thu, 10 Oct 2024 11:25:28 -0700 Subject: [PATCH] Fix LE Audio sysprops typos in makefiles Makefile contain the following sysprops bluetooth.profile.bap.unicast.server.enabled bluetooth.profile.tbs.server.enabled bluetooth.profile.vc.server.enabled However, CS indicates the above sysprops aren't defined anywhere nor read anywhere? Given how the following LE Audio sysprops are missing from the makefile, and the similarities in naming, we suspect there was a typo? bluetooth.profile.bap.unicast.client.enabled bluetooth.profile.ccp.server.enabled bluetooth.profile.vcp.controller.enabled Bug: 372711861 Test: builds Flag: EXEMPT bugfix Change-Id: I2e9812060733ba6d380a104d79e58867a3e01aa2 --- device.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/device.mk b/device.mk index 9091393..303661d 100644 --- a/device.mk +++ b/device.mk @@ -183,7 +183,7 @@ PRODUCT_PRODUCT_PROPERTIES += \ bluetooth.profile.asha.central.enabled=true \ bluetooth.profile.a2dp.source.enabled=true \ bluetooth.profile.avrcp.target.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 \ @@ -198,8 +198,8 @@ PRODUCT_PRODUCT_PROPERTIES += \ 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 # Carrier configuration default location PRODUCT_PROPERTY_OVERRIDES += \