diff --git a/device-cheetah.mk b/device-cheetah.mk index eb60d38..4dd9a2b 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -224,6 +224,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.leaudio.allow_list=SM-R510 +# Support LE & Classic concurrent encryption (b/330704060) +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.ble.allow_enc_with_bredr=true + # Bluetooth EWP test tool PRODUCT_PACKAGES_DEBUG += \ ewp_tool diff --git a/device-panther.mk b/device-panther.mk index d1d279e..6bf3758 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -194,6 +194,9 @@ PRODUCT_COPY_FILES += \ PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.leaudio.allow_list=SM-R510 +# Support LE & Classic concurrent encryption (b/330704060) +PRODUCT_PRODUCT_PROPERTIES += \ + bluetooth.ble.allow_enc_with_bredr=true # Bluetooth EWP test tool PRODUCT_PACKAGES_DEBUG += \