Add system property for concurrent encryption on LE and BR/EDR
Bug: 330704060 Change-Id: Ibe6ce2c316f03647da4f23cec5ea095887af5119 Test: make
This commit is contained in:
parent
98638e51bb
commit
0310263853
2 changed files with 7 additions and 0 deletions
|
@ -224,6 +224,10 @@ PRODUCT_COPY_FILES += \
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
persist.bluetooth.leaudio.allow_list=SM-R510
|
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
|
# Bluetooth EWP test tool
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
ewp_tool
|
ewp_tool
|
||||||
|
|
|
@ -194,6 +194,9 @@ PRODUCT_COPY_FILES += \
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
persist.bluetooth.leaudio.allow_list=SM-R510
|
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
|
# Bluetooth EWP test tool
|
||||||
PRODUCT_PACKAGES_DEBUG += \
|
PRODUCT_PACKAGES_DEBUG += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue