From 2ce336b5eff659681eefb28d22e19733647f8e2d Mon Sep 17 00:00:00 2001 From: Alice Kuo Date: Wed, 31 Jan 2024 22:37:30 +0000 Subject: [PATCH] Extend LE Audio allow list candidate device Bug: 323247113 Test: tester manual test result via b/322564783 Change-Id: Ibb24a745e731ef2c67e405dab85231750a45f6b7 --- device-husky.mk | 2 +- device-shiba.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device-husky.mk b/device-husky.mk index 8218db9..1017059 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -224,7 +224,7 @@ PRODUCT_COPY_FILES += \ # LE Audio Unicast Allowlist PRODUCT_PRODUCT_PROPERTIES += \ - persist.bluetooth.leaudio.allow_list=SM-R510 + persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5 # 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. diff --git a/device-shiba.mk b/device-shiba.mk index 06c6ba8..9f24304 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -211,7 +211,7 @@ PRODUCT_COPY_FILES += \ # LE Audio Unicast Allowlist PRODUCT_PRODUCT_PROPERTIES += \ - persist.bluetooth.leaudio.allow_list=SM-R510 + persist.bluetooth.leaudio.allow_list=SM-R510,WF-1000XM5 # 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.