]> granicus.if.org Git - esp-idf/commitdiff
Component/bt: close BT sleep in default config
authorzhiweijian <zhiweijian@espressif.com>
Mon, 4 Jun 2018 03:17:27 +0000 (11:17 +0800)
committerzhiweijian <zhiweijian@espressif.com>
Mon, 4 Jun 2018 03:17:27 +0000 (11:17 +0800)
components/bt/Kconfig

index a8cc57d5dc55ff4312af0cb7258f7542d3b1fd85..33bd87112131f2fed3b8282c07df8ffcb90829c1 100644 (file)
@@ -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.