From 9ceef720f1a5b291da20deb220e82e52c8769029 Mon Sep 17 00:00:00 2001 From: Alice Kuo Date: Mon, 18 Sep 2023 03:31:43 +0800 Subject: [PATCH] Config T6pro as LE audio hidden by default Based on the lunch stratgey, hide LE audio toggle for T6pro (Phase 1) for now Bug: 300807171 Test: LE audio toggle isn't shown on Device Detail by default Change-Id: Id29ae19cdf527df368fd94ba5cac7897d420e650 --- bluetooth/syna_default.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bluetooth/syna_default.mk b/bluetooth/syna_default.mk index bce1d49..5f25bb3 100644 --- a/bluetooth/syna_default.mk +++ b/bluetooth/syna_default.mk @@ -42,6 +42,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ bluetooth.profile.ccp.server.enabled?=true \ bluetooth.profile.vcp.controller.enabled?=true \ +# LE Audio Lunch Config for Phase 1 (LE audio toggle hidden by default) +PRODUCT_PRODUCT_PROPERTIES += \ + persist.bluetooth.leaudio.toggle_visible=false + # Bluetooth HAL and Pixel extension DEVICE_MANIFEST_FILE += \ device/google/tangorpro/bluetooth/manifest_bluetooth.xml