[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:
Barry 2024-04-11 15:07:43 +00:00
parent f731f0c7f9
commit dfef42eaf0

View file

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