The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_BT_DEBUG_LOG

Normal printf-style to console

Type: bool

Help

This option enables Bluetooth debug going to standard serial console.

Direct dependencies

<choice: Bluetooth debug type>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/bluetooth/common/Kconfig:75

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:143

Menu path: (top menu) → Bluetooth → Bluetooth debug type

config BT_DEBUG_LOG
    bool
    prompt "Normal printf-style to console" if <choice: Bluetooth debug type>
    select BT_DEBUG if <choice: Bluetooth debug type>
    select LOG if <choice: Bluetooth debug type>
    depends on <choice: Bluetooth debug type>
    help
      This option enables Bluetooth debug going to standard
      serial console.

(Definitions include propagated dependencies, including from if’s and menus.)