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

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

View File

@@ -113,7 +113,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

@@ -97,7 +97,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 += \