:orphan: .. title:: BT_CTLR_TO_HOST_UART_DEV_NAME .. option:: 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 =================== \ :option:`BT_HCI_RAW ` && \ :option:`BT_HCI ` && \ :option:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "" if \ :option:`HAS_DTS ` - "UART_0" Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/Kconfig:228`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. parsed-literal:: config BT_CTLR_TO_HOST_UART_DEV_NAME string "Device Name of UART Device to an external Bluetooth Host" default "" if \ :option:`HAS_DTS ` default "UART_0" depends on \ :option:`BT_HCI_RAW ` && \ :option:`BT_HCI ` && \ :option:`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.)*