[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: I51710920158bee1f291262ed73a664cd1de3067e
This commit is contained in:
parent
f731f0c7f9
commit
dfef42eaf0
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ PRODUCT_COPY_FILES += \
|
|||
PRODUCT_PRODUCT_PROPERTIES += \
|
||||
persist.bluetooth.a2dp_aac.vbr_supported=true \
|
||||
persist.bluetooth.firmware.selection=BCM.hcd \
|
||||
bluetooth.server.automatic_turn_on=true
|
||||
bluetooth.server.automatic_turn_on=false
|
||||
|
||||
# Set zram size
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue