[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:
Barry 2024-04-11 14:56:26 +00:00
parent 6eb6002115
commit 7088cc28d6

View file

@ -150,7 +150,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Enable Bluetooth AutoOn feature # Enable Bluetooth AutoOn feature
PRODUCT_PRODUCT_PROPERTIES += \ PRODUCT_PRODUCT_PROPERTIES += \
bluetooth.server.automatic_turn_on=true bluetooth.server.automatic_turn_on=false
# Bluetooth Tx power caps # Bluetooth Tx power caps
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \