Config P23a as LE audio hidden by default
Based on the lunch stratgey, hide LE audio toggle for P23a (Phase 1) for now Bug: 300807171 Test: LE audio toggle isn't shown on Device Detail by default Change-Id: I193e31d1be1d234da6b099db4badcb03c09bb643
This commit is contained in:
parent
6e8a6e788b
commit
0155c6cdaf
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.leaudio.dual_bidirection_swb.supported=false
|
||||
|
||||
# LE Audio Lunch Config for Phase 1 (LE audio toggle hidden by default)
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.leaudio.toggle_visible=false
|
||||
|
||||
# LE Auido Offload Capabilities setting
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/lynx/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml
|
||||
|
|
Loading…
Reference in a new issue