[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: Idcb80dad26f3a1bf928be9f83fd328712ca71a78
This commit is contained in:
parent
98d7af4bf7
commit
b234a074ba
1 changed files with 1 additions and 1 deletions
|
@ -825,7 +825,7 @@ endif
|
|||
|
||||
# Enable Bluetooth AutoOn feature
|
||||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
bluetooth.server.automatic_turn_on=true
|
||||
bluetooth.server.automatic_turn_on=false
|
||||
|
||||
#VNDK
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue