From 03102638533ca5866033bfc27cea3fea9f14f5e7 Mon Sep 17 00:00:00 2001 From: Benson Li Date: Mon, 15 Apr 2024 12:38:01 +0000 Subject: [PATCH] Add system property for concurrent encryption on LE and BR/EDR Bug: 330704060 Change-Id: Ibe6ce2c316f03647da4f23cec5ea095887af5119 Test: make --- device-cheetah.mk | 4 ++++ device-panther.mk | 3 +++ 2 files changed, 7 insertions(+) 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 += \