:orphan: .. title:: BT_DEBUG .. option:: CONFIG_BT_DEBUG *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`BT_DEBUG_LOG ` - \ :option:`BT_DEBUG_MONITOR ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/common/Kconfig:62`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:39`` → ``subsys/Kconfig:8`` → ``subsys/bluetooth/Kconfig:143`` Menu path: (top menu) → Bluetooth → Bluetooth support .. parsed-literal:: config BT_DEBUG bool depends on \ :option:`BT_HCI ` && \ :option:`BT ` *(Definitions include propagated dependencies, including from if's and menus.)*