The latest development version of this page may be more current than this released 1.14.1 version.
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

(BT_UART && SOC_ATOM) || (BT_DEBUG_MONITOR && BT_DEBUG && BT_HCI && BT)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At soc/x86/atom/Kconfig.defconfig:57

Included via Kconfig:10Kconfig.zephyr:23

Menu path: (top menu)

config BT_MONITOR_ON_DEV_NAME
    string
    default "UART_1" if BT_DEBUG_MONITOR && BT_UART && SOC_ATOM
    depends on BT_UART && SOC_ATOM

At subsys/bluetooth/common/Kconfig:104

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:8subsys/bluetooth/Kconfig:143

Menu path: (top menu) → Bluetooth

config BT_MONITOR_ON_DEV_NAME
    string
    prompt "Device Name of Bluetooth monitor logging UART" if BT_DEBUG_MONITOR && BT_DEBUG && BT_HCI && BT
    default "" if HAS_DTS && BT_DEBUG_MONITOR && BT_DEBUG && BT_HCI && BT
    default "UART_0" if BT_DEBUG_MONITOR && BT_DEBUG && BT_HCI && BT
    depends on BT_DEBUG_MONITOR && BT_DEBUG && BT_HCI && 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.)