From b066b134ca51028d677a788d6ea42f6ab3cbc4a2 Mon Sep 17 00:00:00 2001 From: Alice Kuo Date: Wed, 11 Oct 2023 15:18:34 +0800 Subject: [PATCH] Add LE Audio allow list candidate device for P22 Bug: 300012501 Test: manual test Change-Id: Ie109df4c6ca83e42fc47a07ebd7f41a7255651ec --- device-cheetah.mk | 4 ++++ device-panther.mk | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/device-cheetah.mk b/device-cheetah.mk index fe8e1b1..d025b17 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -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 diff --git a/device-panther.mk b/device-panther.mk index 478ea7c..dcd92ca 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -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