Add system property for concurrent encryption on LE and BR/EDR
Bug: 330704060 Change-Id: Idd154d27dedbb15262a4ce4d478fedaa6748b40f Test: make
This commit is contained in:
parent
19864e1ab7
commit
ca94ed1a3d
3 changed files with 12 additions and 0 deletions
|
@ -383,6 +383,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
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
|
||||||
|
|
||||||
# Keyboard height ratio and bottom padding in dp for portrait mode
|
# Keyboard height ratio and bottom padding in dp for portrait mode
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
ro.com.google.ime.kb_pad_port_b=8 \
|
ro.com.google.ime.kb_pad_port_b=8 \
|
||||||
|
|
|
@ -380,6 +380,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
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
|
||||||
|
|
||||||
# Exynos RIL and telephony
|
# Exynos RIL and telephony
|
||||||
# Support RIL Domain-selection
|
# Support RIL Domain-selection
|
||||||
SUPPORT_RIL_DOMAIN_SELECTION := true
|
SUPPORT_RIL_DOMAIN_SELECTION := true
|
||||||
|
|
|
@ -347,6 +347,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
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
|
||||||
|
|
||||||
# Exynos RIL and telephony
|
# Exynos RIL and telephony
|
||||||
# Support RIL Domain-selection
|
# Support RIL Domain-selection
|
||||||
SUPPORT_RIL_DOMAIN_SELECTION := true
|
SUPPORT_RIL_DOMAIN_SELECTION := true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue