BT: set system property for Bluetooth Auto On
Set bluetooth.server.automatic_turn_on true for Bluetooth Auto On feature. The feature will be enabled with both system property and flag set. Bug: 328168526 Test: check system property value Change-Id: Id179264d39551a3f52fb92a2ef479a5ade35def3
This commit is contained in:
parent
923d36430f
commit
6b60346a75
1 changed files with 2 additions and 1 deletions
|
@ -186,7 +186,8 @@ PRODUCT_COPY_FILES += \
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
persist.bluetooth.a2dp_aac.vbr_supported=true \
|
persist.bluetooth.a2dp_aac.vbr_supported=true \
|
||||||
persist.bluetooth.firmware.selection=BCM.hcd
|
persist.bluetooth.firmware.selection=BCM.hcd \
|
||||||
|
bluetooth.server.automatic_turn_on=true
|
||||||
|
|
||||||
# Set zram size
|
# Set zram size
|
||||||
PRODUCT_VENDOR_PROPERTIES += \
|
PRODUCT_VENDOR_PROPERTIES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue