From 8b992f0e4ae26642b4900ecf03e9a793de98066e Mon Sep 17 00:00:00 2001 From: kuanyuhuang Date: Tue, 28 May 2024 11:59:38 +0000 Subject: [PATCH] BT: LE Audio use phase 3 configuration Show LE Audio toggle at Bluetooth detailed device setting. Bug: 340135622 Test: check system property and LEA toggle Change-Id: I31837d980d602100d169102e51dccd9fd96c31c7 --- device-akita.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device-akita.mk b/device-akita.mk index 5aa6cd7..6575441 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -219,11 +219,11 @@ PRODUCT_PACKAGES += \ # LE Audio Lunch Config for Phase 1 (LE audio toggle hidden by default) PRODUCT_PRODUCT_PROPERTIES += \ - persist.bluetooth.leaudio.toggle_visible=false + persist.bluetooth.leaudio.toggle_visible=true # LE Audio use classic connection by default PRODUCT_PRODUCT_PROPERTIES += \ - ro.bluetooth.leaudio.le_audio_connection_by_default=false + ro.bluetooth.leaudio.le_audio_connection_by_default=true # Bluetooth LE Audio CIS handover to SCO # Set the property only for the controller couldn't support CIS/SCO simultaneously. More detailed in b/242908683.