:orphan: .. title:: BT_MONITOR_ON_DEV_NAME .. option:: CONFIG_BT_MONITOR_ON_DEV_NAME *Device Name of Bluetooth monitor logging UART* Type: ``string`` Help ==== This option specifies the name of UART device to be used for the Bluetooth monitor logging. Direct dependencies =================== (\ :option:`BT_UART ` && \ :option:`SOC_ATOM `) || (\ :option:`BT_DEBUG_MONITOR ` && \ :option:`BT_DEBUG ` && \ :option:`BT_HCI ` && \ :option:`BT `) *(Includes any dependencies from if's and menus.)* Defaults ======== - "UART_1" if \ :option:`BT_DEBUG_MONITOR ` && \ :option:`BT_UART ` && \ :option:`SOC_ATOM ` - "" if \ :option:`HAS_DTS ` && \ :option:`BT_DEBUG_MONITOR ` && \ :option:`BT_DEBUG ` && \ :option:`BT_HCI ` && \ :option:`BT ` - "UART_0" if \ :option:`BT_DEBUG_MONITOR ` && \ :option:`BT_DEBUG ` && \ :option:`BT_HCI ` && \ :option:`BT ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/x86/atom/Kconfig.defconfig:54`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:23`` Menu path: (top menu) .. parsed-literal:: config BT_MONITOR_ON_DEV_NAME string default "UART_1" if \ :option:`BT_DEBUG_MONITOR ` && \ :option:`BT_UART ` && \ :option:`SOC_ATOM ` depends on \ :option:`BT_UART ` && \ :option:`SOC_ATOM ` ---- At ``subsys/bluetooth/common/Kconfig:104`` 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_MONITOR_ON_DEV_NAME string prompt "Device Name of Bluetooth monitor logging UART" if \ :option:`BT_DEBUG_MONITOR ` && \ :option:`BT_DEBUG ` && \ :option:`BT_HCI ` && \ :option:`BT ` default "" if \ :option:`HAS_DTS ` && \ :option:`BT_DEBUG_MONITOR ` && \ :option:`BT_DEBUG ` && \ :option:`BT_HCI ` && \ :option:`BT ` default "UART_0" if \ :option:`BT_DEBUG_MONITOR ` && \ :option:`BT_DEBUG ` && \ :option:`BT_HCI ` && \ :option:`BT ` depends on \ :option:`BT_DEBUG_MONITOR ` && \ :option:`BT_DEBUG ` && \ :option:`BT_HCI ` && \ :option:`BT ` help This option specifies the name of UART device to be used for the Bluetooth monitor logging. *(Definitions include propagated dependencies, including from if's and menus.)*