[Bluetooth] Disable BT auto on feature

Bug: 333830043
Test: make
Change-Id: Ie7f338ff689950142158e94a3cb8874363e072b0
This commit is contained in:
Ted Wang 2024-04-11 06:46:42 +00:00
parent eb93fa3a49
commit 6843e6c008
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=true
bluetooth.server.automatic_turn_on=false
# 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=true
bluetooth.server.automatic_turn_on=false
# 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=true
bluetooth.server.automatic_turn_on=false
# Window Extensions
$(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)