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 <Zephyr>/drivers/bluetooth/hci/Kconfig:77

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:8<Zephyr>/drivers/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.)