[Bluetooth] Disable BT auto on feature
Set bluetooth.server.automatic_turn_on false for disable Bluetooth Auto On feature Bug: 333830114 Test: make Change-Id: Ie76453801925020537c1797e276867f130113af6
This commit is contained in:
parent
3705f77780
commit
d007562781
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
|
||||
# Enable Bluetooth AutoOn feature
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.server.automatic_turn_on=true
|
||||
bluetooth.server.automatic_turn_on=false
|
||||
|
||||
# Bluetooth hci_inject test tool
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
|
|
|
@ -145,7 +145,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
|
||||
# Enable Bluetooth AutoOn feature
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.server.automatic_turn_on=true
|
||||
bluetooth.server.automatic_turn_on=false
|
||||
|
||||
# Bluetooth hci_inject test tool
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue