: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 ifs and menus.)* Defaults ======== - "UART_1" if \ :option:`BT_DEBUG_MONITOR ` - "" if \ :option:`HAS_DTS ` - "UART_0" Kconfig definitions =================== .. highlight:: kconfig At ``soc/x86/atom/Kconfig.defconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config BT_MONITOR_ON_DEV_NAME string default "UART_1" if \ :option:`BT_DEBUG_MONITOR ` depends on \ :option:`BT_UART ` && \ :option:`SOC_ATOM ` ---- At ``subsys/bluetooth/common/Kconfig:128`` 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:: config BT_MONITOR_ON_DEV_NAME string "Device Name of Bluetooth monitor logging UART" default "" if \ :option:`HAS_DTS ` default "UART_0" 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*