From 42ef7724843b58f419fa7e58c379bcad24580d53 Mon Sep 17 00:00:00 2001 From: Alice Kuo Date: Thu, 29 Feb 2024 08:31:43 +0000 Subject: [PATCH] Revert "Extend LE Audio allowlist candidate device" This reverts commit d2f9a72a171b1e4ece830c9946ea872aac65bc4e. Reason for revert: no in plan for 24Q2 Bug: 327554841 Test: build Change-Id: I28d61ba3ed43bec45244cfc0b9010cb5e9f69688 --- 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 8836d38..0eb4b27 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,WF-1000XM5 + persist.bluetooth.leaudio.allow_list=SM-R510 # Bluetooth EWP test tool PRODUCT_PACKAGES_DEBUG += \ diff --git a/device-panther.mk b/device-panther.mk index a881809..040d90c 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,WF-1000XM5 + persist.bluetooth.leaudio.allow_list=SM-R510 # Bluetooth EWP test tool