The latest development version of this page may be more current than this released 2.3.0 version.
CONFIG_BT_CTLR_TO_HOST_UART_DEV_NAME

Device Name of UART Device to an external Bluetooth Host

Type: string

Help

This option specifies the name of UART device to be used to connect to an external Bluetooth Host when Zephyr is acting as a Bluetooth Controller.

Direct dependencies

BT_HCI_RAW && BT_HCI && BT

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At subsys/bluetooth/Kconfig:199

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:6

Menu path: (Top) → Bluetooth

config BT_CTLR_TO_HOST_UART_DEV_NAME
    string "Device Name of UART Device to an external Bluetooth Host"
    default "" if HAS_DTS
    default "UART_0"
    depends on BT_HCI_RAW && BT_HCI && BT
    help
      This option specifies the name of UART device to be used
      to connect to an external Bluetooth Host when Zephyr is
      acting as a Bluetooth Controller.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)