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

Bug: 330704060
Change-Id: I31f8bcb49359473d52474231b6e777c62109ae51
Merged-In: I31f8bcb49359473d52474231b6e777c62109ae51
Test: make
(cherry picked from commit 7e0d85ec53)
This commit is contained in:
Ted Wang 2024-04-29 08:44:08 +00:00
parent 35b9d94fd1
commit 1c928aa82f

View file

@ -190,6 +190,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