:orphan: .. title:: BT_DEBUG_LOG .. option:: CONFIG_BT_DEBUG_LOG *Normal printf-style to console* Type: ``bool`` Help ==== This option enables Bluetooth debug going to standard serial console. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :option:`BT_DEBUG ` - \ :option:`LOG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/common/Kconfig:96`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:238`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth debug type .. parsed-literal:: config BT_DEBUG_LOG bool "Normal printf-style to console" select \ :option:`BT_DEBUG ` select \ :option:`LOG ` depends on \ :ref:` ` help This option enables Bluetooth debug going to standard serial console. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*