From c8a57286f29ac063343ad0f6bbe92ba4c9ef5c7f Mon Sep 17 00:00:00 2001 From: kuanyuhuang Date: Mon, 24 Jun 2024 07:20:54 +0000 Subject: [PATCH] BT: update LE audio config to phase 3 Show LE Audio toggle at Bluetooth detailed device setting. Update unicast allowlist. Bug: 349029295 Test: build and check at real device Flag: NONE udpate system property at device early stage Change-Id: Ia8cccd07c08a522f9c40dc3fcee43ce9c2f82183 --- device-tegu.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/device-tegu.mk b/device-tegu.mk index a1ea26f..67ed9d9 100644 --- a/device-tegu.mk +++ b/device-tegu.mk @@ -182,13 +182,13 @@ PRODUCT_SOONG_NAMESPACES += \ PRODUCT_PACKAGES += \ le_audio_codec_capabilities.xml -# LE Audio Lunch Config for Phase 1 (LE audio toggle hidden by default) +# LE Audio toggle shown 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. @@ -201,7 +201,7 @@ PRODUCT_PRODUCT_PROPERTIES += \ # LE Audio Unicast Allowlist PRODUCT_PRODUCT_PROPERTIES += \ - persist.bluetooth.leaudio.allow_list=SM-R510 + persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5 # Override BQR mask to enable LE Audio Choppy report, remove BTRT logging ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))