Hide LE audio toggle for ASHA device on P22
Set bluetooth.leaudio.toggle_for_asha to false Flag: EXEMPT properties change only Bug: 390070780 Test: m Change-Id: I5bd83a67dc6d31476d9de2565b73c4208a20b372
This commit is contained in:
parent
ff6d0e8c9e
commit
4bc66f68e2
2 changed files with 8 additions and 0 deletions
|
@ -250,6 +250,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.profile.hap.enabled_by_default=false
|
bluetooth.profile.hap.enabled_by_default=false
|
||||||
|
|
||||||
|
# Disable Bluetooth LE Audio toggle for ASHA device
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
bluetooth.leaudio.toggle_visible_for_asha=false
|
||||||
|
|
||||||
# Support LE & Classic concurrent encryption (b/330704060)
|
# Support LE & Classic concurrent encryption (b/330704060)
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.ble.allow_enc_with_bredr=true
|
bluetooth.ble.allow_enc_with_bredr=true
|
||||||
|
|
|
@ -220,6 +220,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.profile.hap.enabled_by_default=false
|
bluetooth.profile.hap.enabled_by_default=false
|
||||||
|
|
||||||
|
# Disable Bluetooth LE Audio toggle for ASHA device
|
||||||
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
|
bluetooth.leaudio.toggle_visible_for_asha=false
|
||||||
|
|
||||||
# Support LE & Classic concurrent encryption (b/330704060)
|
# Support LE & Classic concurrent encryption (b/330704060)
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.ble.allow_enc_with_bredr=true
|
bluetooth.ble.allow_enc_with_bredr=true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue