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:
Barry 2024-03-05 09:40:30 +00:00
parent 923d36430f
commit 6b60346a75

View file

@ -186,7 +186,8 @@ PRODUCT_COPY_FILES += \
# Bluetooth
PRODUCT_PRODUCT_PROPERTIES += \
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
PRODUCT_VENDOR_PROPERTIES += \