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

Device Name of UART Device for Bluetooth

Type: string

Help

This option specifies the name of UART device to be used for Bluetooth.

Direct dependencies

BT_UART && BT_HCI && BT && !BT_CTLR

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

At drivers/bluetooth/hci/Kconfig:77

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:8drivers/bluetooth/Kconfig:16

Menu path: (Top) → Device Drivers → Bluetooth Drivers

config BT_UART_ON_DEV_NAME
    string "Device Name of UART Device for Bluetooth"
    default "" if HAS_DTS
    default "UART_0"
    depends on BT_UART && BT_HCI && BT && !BT_CTLR
    help
      This option specifies the name of UART device to be used
      for Bluetooth.

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