From 6843e6c008ccfaf33b43e63f0f54e0bc00339748 Mon Sep 17 00:00:00 2001 From: Ted Wang Date: Thu, 11 Apr 2024 06:46:42 +0000 Subject: [PATCH] [Bluetooth] Disable BT auto on feature Bug: 333830043 Test: make Change-Id: Ie7f338ff689950142158e94a3cb8874363e072b0 --- device-caiman.mk | 2 +- device-komodo.mk | 2 +- device-tokay.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/device-caiman.mk b/device-caiman.mk index cf922929..436939eb 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -403,7 +403,7 @@ endif # Enable Bluetooth AutoOn feature PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.server.automatic_turn_on=true + bluetooth.server.automatic_turn_on=false # Window Extensions $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) diff --git a/device-komodo.mk b/device-komodo.mk index b1ccb930..26b45831 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -399,7 +399,7 @@ PRODUCT_PRODUCT_PROPERTIES += \ # Enable Bluetooth AutoOn feature PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.server.automatic_turn_on=true + bluetooth.server.automatic_turn_on=false # Window Extensions $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) diff --git a/device-tokay.mk b/device-tokay.mk index e490425f..6c622dc4 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -362,7 +362,7 @@ PRODUCT_PRODUCT_PROPERTIES += \ # Enable Bluetooth AutoOn feature PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.server.automatic_turn_on=true + bluetooth.server.automatic_turn_on=false # Window Extensions $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk)