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: 328169534
Test: check system property value
Change-Id: I474d0d262a0e8b5a4f13698676344e581d61980a
This commit is contained in:
Koli Lin 2024-03-05 08:27:10 +00:00 committed by Jamin Liu
parent 46d00e01b8
commit e9baf25dd1
3 changed files with 12 additions and 0 deletions

View file

@ -380,3 +380,7 @@ PRODUCT_PACKAGES += \
PRODUCT_PRODUCT_PROPERTIES += \
ro.com.google.ime.kb_pad_port_b=9.6 \
ro.com.google.ime.height_ratio=1.13
# Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=true