Przeglądaj źródła

Component/bt: close BT sleep in default config

zhiweijian 7 lat temu
rodzic
commit
ae6b47a60a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      components/bt/Kconfig

+ 1 - 1
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.