[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
diff --git a/device-bluejay.mk b/device-bluejay.mk
index 4b990ed..d8417fd 100644
--- a/device-bluejay.mk
+++ b/device-bluejay.mk
@@ -188,7 +188,7 @@
 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 += \