From ae6b47a60a341c2544ec370b3cd2f12ef0279fd2 Mon Sep 17 00:00:00 2001 From: zhiweijian Date: Mon, 4 Jun 2018 11:17:27 +0800 Subject: [PATCH] Component/bt: close BT sleep in default config --- components/bt/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/Kconfig b/components/bt/Kconfig index a8cc57d5d..33bd87112 100644 --- a/components/bt/Kconfig +++ b/components/bt/Kconfig @@ -70,7 +70,7 @@ menu "MODEM SLEEP Options" config BTDM_CONTROLLER_MODEM_SLEEP bool "Bluetooth modem sleep" depends on BT_ENABLED - default y + default n help Enable/disable bluetooth controller low power mode. Note that currently there is problem in the combination use of bluetooth modem sleep and Dynamic Frequency Scaling(DFS). So do not enable DFS if bluetooth modem sleep is in use.