Revert "bt: set system property Auto-On to false by default"

This reverts commit 2ee76c4e8f.

Reason for revert: Auto On has been approved for 24Q3

Change-Id: I632b92cd1facf4a1548cecaf3c74627d5d7058c5
This commit is contained in:
Thomas Girardier 2024-04-25 16:23:15 +00:00 committed by Android (Google) Code Review
parent 2ee76c4e8f
commit 880e707175
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=false
bluetooth.server.automatic_turn_on=true
# Bluetooth Tx power caps
PRODUCT_COPY_FILES += \

View file

@ -105,7 +105,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=false
bluetooth.server.automatic_turn_on=true
# Bluetooth Tx power caps
PRODUCT_COPY_FILES += \