Revert "[Bluetooth] Disable BT auto on feature"
This reverts commit 6843e6c008
.
Reason for revert: Auto On has been approved for 24Q3
Change-Id: Ibbcd4ac49d7aa2844a92b8a7cbdbcc8fb42208c7
This commit is contained in:
parent
6843e6c008
commit
3b8c06c9d3
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