:orphan: .. title:: CONFIG_BT_DEBUG_LOG .. kconfig:: CONFIG_BT_DEBUG_LOG CONFIG_BT_DEBUG_LOG ################### *Normal printf-style to console* Type: ``bool`` Help ==== .. code-block:: none 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 =============================== - \ :kconfig:`BT_DEBUG ` - \ :kconfig:`LOG ` Kconfig definition ================== At ``/bluetooth/common/Kconfig:283`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:173`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth debug type .. code-block:: kconfig config BT_DEBUG_LOG bool "Normal printf-style to console" select BT_DEBUG select LOG depends on help This option enables Bluetooth debug going to standard serial console. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*