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: If7e9c3bab450dead2cfd46dddc55d293ccab3d92
This commit is contained in:
Barry 2024-03-05 09:36:50 +00:00 committed by Barry Wang
parent def43cc017
commit 3c31047ecf

View file

@ -815,6 +815,10 @@ PRODUCT_PRODUCT_PROPERTIES += \
persist.bluetooth.bqr.min_interval_ms=500
endif
# Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=true
#VNDK
PRODUCT_PACKAGES += \
vndk-libs