Merge "BT LE Audio: use phase 1 configureation" into udc-qpr-dev

This commit is contained in:
Tom Huang 2023-12-14 05:31:35 +00:00 committed by Android (Google) Code Review
commit 162b18ac7c

View file

@ -186,6 +186,14 @@ PRODUCT_SOONG_NAMESPACES += \
PRODUCT_PACKAGES += \
le_audio_codec_capabilities.xml
# LE Audio Lunch Config for Phase 1 (LE audio toggle hidden by default)
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.leaudio.toggle_visible=false
# LE Audio use classic connection by default
PRODUCT_PRODUCT_PROPERTIES += \
ro.bluetooth.leaudio.le_audio_connection_by_default=false
# 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.
PRODUCT_PRODUCT_PROPERTIES += \