:orphan: .. title:: choice: Bluetooth debug type .. _choice_352: .. describe:: choice: Bluetooth debug type *Bluetooth debug type* Type: ``bool`` Direct dependencies =================== \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BT_DEBUG_NONE ` Choice options ============== - \ :option:`BT_DEBUG_NONE ` - \ :option:`BT_DEBUG_LOG ` - \ :option:`BT_DEBUG_MONITOR ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/common/Kconfig:87`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:238`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: choice bool "Bluetooth debug type" default \ :option:`BT_DEBUG_NONE ` depends on \ :option:`BT_HCI ` && \ :option:`BT ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*