Fix LE Audio Unicast Allowlist

Removed redundant space in allow_list value of LE Audio Unicast Allowlist.

Flag: EXEMPT enable allow list only
Bug: 384971878
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:6673cb2352b3f77c27d6f8cb7fd99cdfa5e603a1)
Merged-In: I92196095d46a5f3a56bf1b808b0ac98f9039ae87
Change-Id: I92196095d46a5f3a56bf1b808b0ac98f9039ae87
This commit is contained in:
Koli Lin 2024-12-18 17:53:46 -08:00 committed by Android Build Coastguard Worker
parent 2e38682cd9
commit 3223be973a
2 changed files with 2 additions and 2 deletions

View file

@ -443,7 +443,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
# LE Audio Unicast Allowlist
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5, SM-R630
persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5,SM-R630
# Support LE & Classic concurrent encryption (b/330704060)
PRODUCT_PRODUCT_PROPERTIES += \

View file

@ -412,7 +412,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
# LE Audio Unicast Allowlist
PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5, SM-R630
persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5,SM-R630
# Support LE & Classic concurrent encryption (b/330704060)
PRODUCT_PRODUCT_PROPERTIES += \