From 48138638a634e241a74f42e2460cbca234dd25f0 Mon Sep 17 00:00:00 2001 From: Patty Huang Date: Mon, 30 May 2022 20:10:26 +0800 Subject: [PATCH] Enable broadcast and unicast profile by default Bug: 234337037 Test: Make sure le audio broadcast and unicast profiles are default enabled Change-Id: Ib8beccc1d742c90ba6fd510ae23d5e0221fdddd5 --- device-lynx.mk | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/device-lynx.mk b/device-lynx.mk index 4a0d2ae..5e7a3c6 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -186,5 +186,12 @@ PRODUCT_PROPERTY_OVERRIDES += \ # Bluetooth LE Audio PRODUCT_PRODUCT_PROPERTIES += \ - ro.bluetooth.leaudio_switcher.supported=true - + ro.bluetooth.leaudio_switcher.supported=true \ + bluetooth.profile.bap.broadcast.source.enabled=true \ + bluetooth.profile.bap.broadcast.assist.enabled=true \ + bluetooth.profile.bap.unicast.client.enabled=true \ + bluetooth.profile.csip.set_coordinator.enabled=true \ + bluetooth.profile.hap.client.enabled=true \ + bluetooth.profile.mcp.server.enabled=true \ + bluetooth.profile.ccp.server.enabled=true \ + bluetooth.profile.vcp.controller.enabled=true