[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: I18365504a4f7c9f16b5b20842e15a6248770bdab
This commit is contained in:
parent
6eb6002115
commit
7088cc28d6
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
|
||||
# Enable Bluetooth AutoOn feature
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.server.automatic_turn_on=true
|
||||
bluetooth.server.automatic_turn_on=false
|
||||
|
||||
# Bluetooth Tx power caps
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue