-
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.)
Kconfig definition¶
At <Zephyr Driver>/bluetooth/hci/Kconfig:82
Included via Kconfig:8 → Kconfig.zephyr:32 → <Zephyr Driver>/Kconfig:8 → <Zephyr Driver>/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.)