Add system property for concurrent encryption on LE and BR/EDR

Bug: 330704060
Change-Id: I31f8bcb49359473d52474231b6e777c62109ae51
Test: make
This commit is contained in:
Ted Wang 2024-04-29 08:44:08 +00:00
parent 4b180b8225
commit 7e0d85ec53

View file

@ -196,6 +196,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.hfp.swb.supported=true bluetooth.hfp.swb.supported=true
# Support LE & Classic concurrent encryption (b/330704060)
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.ble.allow_enc_with_bredr=true
# POF # POF
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
ro.bluetooth.finder.supported=true ro.bluetooth.finder.supported=true