Add LE Audio allow list candidate device for P22

Bug: 300012501
Test: manual test
Change-Id: Ie109df4c6ca83e42fc47a07ebd7f41a7255651ec
This commit is contained in:
Alice Kuo 2023-10-11 15:18:34 +08:00
parent 6a6fcf80f8
commit b066b134ca
2 changed files with 9 additions and 0 deletions

View file

@ -213,6 +213,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_COPY_FILES += \
device/google/pantah/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml
# LE Audio Unicast Allowlist
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.leaudio.allow_list=SM-R510
# Bluetooth EWP test tool
PRODUCT_PACKAGES_DEBUG += \
ewp_tool

View file

@ -183,6 +183,11 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_COPY_FILES += \
device/google/pantah/bluetooth/le_audio_codec_capabilities.xml:$(TARGET_COPY_OUT_VENDOR)/etc/le_audio_codec_capabilities.xml
# LE Audio Unicast Allowlist
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.leaudio.allow_list=SM-R510
# Bluetooth EWP test tool
PRODUCT_PACKAGES_DEBUG += \
ewp_tool