:orphan: .. title:: BT_UART_ON_DEV_NAME .. option:: CONFIG_BT_UART_ON_DEV_NAME *Device Name of UART Device for Bluetooth* Type: ``string`` Help ==== .. code-block:: none This option specifies the name of UART device to be used for Bluetooth. Direct dependencies =================== \ :option:`BT_UART ` && \ :option:`BT_HCI ` && \ :option:`BT ` && !\ :option:`BT_CTLR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "" if \ :option:`HAS_DTS ` - "UART_0" Kconfig definition ================== At ``/bluetooth/hci/Kconfig:82`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:8`` → ``/bluetooth/Kconfig:16`` Menu path: (Top) → Device Drivers → Bluetooth Drivers .. code-block:: kconfig 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.)*