Merge "Revert "bt: set system property Auto-On to false by default"" into main
This commit is contained in:
commit
c4317fe1d0
2 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
||||||
# Enable Bluetooth AutoOn feature
|
# Enable Bluetooth AutoOn feature
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.server.automatic_turn_on=false
|
bluetooth.server.automatic_turn_on=true
|
||||||
|
|
||||||
# Bluetooth Tx power caps
|
# Bluetooth Tx power caps
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
@ -97,7 +97,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
|
|
||||||
# Enable Bluetooth AutoOn feature
|
# Enable Bluetooth AutoOn feature
|
||||||
PRODUCT_PRODUCT_PROPERTIES += \
|
PRODUCT_PRODUCT_PROPERTIES += \
|
||||||
bluetooth.server.automatic_turn_on=false
|
bluetooth.server.automatic_turn_on=true
|
||||||
|
|
||||||
# Bluetooth Tx power caps
|
# Bluetooth Tx power caps
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue