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