From 7088cc28d6e6f26b4a68e2593641bf602c4afdd7 Mon Sep 17 00:00:00 2001 From: Barry Date: Thu, 11 Apr 2024 14:56:26 +0000 Subject: [PATCH] [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 --- device-felix.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-felix.mk b/device-felix.mk index 64d5ca6..809e753 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -150,7 +150,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ # Enable Bluetooth AutoOn feature PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.server.automatic_turn_on=true + bluetooth.server.automatic_turn_on=false # Bluetooth Tx power caps PRODUCT_COPY_FILES += \