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
This commit is contained in:
kuanyuhuang 2024-06-24 07:20:54 +00:00 committed by Tom Huang
parent f376ea8b34
commit c8a57286f2

View file

@ -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)))