Merge "Revert "[Bluetooth] Disable BT auto on feature"" into main
This commit is contained in:
commit
3e60c52003
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue