[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:
Barry 2024-04-11 15:20:50 +00:00
parent 3705f77780
commit d007562781
2 changed files with 2 additions and 2 deletions

View file

@ -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 += \