From d2f9a72a171b1e4ece830c9946ea872aac65bc4e Mon Sep 17 00:00:00 2001 From: Alice Kuo Date: Wed, 31 Jan 2024 22:26:25 +0000 Subject: [PATCH] Extend LE Audio allowlist candidate device Bug: 323247113 Test: tester manual test result via b/322564783 Change-Id: If36c9ba4382778115b9e25b9c92746f5dc3f1e86 --- device-cheetah.mk | 2 +- device-panther.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/device-cheetah.mk b/device-cheetah.mk index 6b49007..3e66204 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -225,7 +225,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 EWP test tool PRODUCT_PACKAGES_DEBUG += \ diff --git a/device-panther.mk b/device-panther.mk index 3f0f353..399a1fa 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -195,7 +195,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 EWP test tool