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 && !HAS_DTS && BT_DEBUG && BT_HCI && BT_HCI && BT)

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:20

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:79

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:8subsys/bluetooth/Kconfig:154

Menu path: (top menu) → Bluetooth

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