:orphan: .. title:: choice BT_DEBUG_TYPE: Bluetooth debug type .. _choice_501: .. describe:: choice BT_DEBUG_TYPE: Bluetooth debug type *Bluetooth debug type* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BT_DEBUG_NONE ` Choice options ============== - \ :kconfig:`BT_DEBUG_NONE ` - \ :kconfig:`BT_DEBUG_LOG ` - \ :kconfig:`BT_DEBUG_MONITOR_UART ` - \ :kconfig:`BT_DEBUG_MONITOR_RTT ` Kconfig definition ================== At ``/bluetooth/common/Kconfig:274`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:173`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig choice BT_DEBUG_TYPE bool "Bluetooth debug type" default BT_DEBUG_NONE depends on BT_HCI && BT *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*