Merge "Revert "[Bluetooth] Disable BT auto on feature"" into main

This commit is contained in:
Thomas Girardier 2024-04-26 04:03:00 +00:00 committed by Android (Google) Code Review
commit 3e60c52003
3 changed files with 3 additions and 3 deletions

View file

@ -403,7 +403,7 @@ endif
# Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=false
bluetooth.server.automatic_turn_on=true
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

View file

@ -399,7 +399,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=false
bluetooth.server.automatic_turn_on=true
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)

View file

@ -362,7 +362,7 @@ PRODUCT_PRODUCT_PROPERTIES += \
# Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=false
bluetooth.server.automatic_turn_on=true
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)