:orphan: .. title:: choice: Bluetooth debug type .. _choice_366: .. 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_UART ` - \ :option:`BT_DEBUG_MONITOR_RTT ` Kconfig definition ================== At ``/bluetooth/common/Kconfig:271`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:305`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig choice bool "Bluetooth debug type" default BT_DEBUG_NONE depends on BT_HCI && BT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*