Merge "BT: set system property for Bluetooth Auto On" into main

This commit is contained in:
Jamin Liu 2024-03-06 08:50:39 +00:00 committed by Android (Google) Code Review
commit 054ba93a57
3 changed files with 12 additions and 0 deletions

View file

@ -384,3 +384,7 @@ PRODUCT_PACKAGES += \
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
$(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk) $(call inherit-product-if-exists, device/google/common/etm/device-userdebug-modules.mk)
endif endif
# Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=true

View file

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

View file

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