-
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.
Defaults¶
- “UART_0” if
BT_HCI_RAW
&&BT_HCI
&&BT
Kconfig definition¶
At subsys/bluetooth/Kconfig:134
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:8
Menu path: (top menu) → Bluetooth
config BT_CTLR_TO_HOST_UART_DEV_NAME string prompt "Device Name of UART Device to an external Bluetooth Host" ifBT_HCI_RAW
&&BT_HCI
&&BT
default "UART_0" ifBT_HCI_RAW
&&BT_HCI
&&BT
depends onBT_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.
(Definitions include propagated dependencies, including from if’s and menus.)