:orphan: .. title:: BT_UART_ON_DEV_NAME .. option:: 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 =================== \ :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 ================== .. highlight:: kconfig At ``drivers/bluetooth/hci/Kconfig:77`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:8`` → ``drivers/bluetooth/Kconfig:16`` Menu path: (Top) → Device Drivers → Bluetooth Drivers .. parsed-literal:: config BT_UART_ON_DEV_NAME string "Device Name of UART Device for Bluetooth" default "" if \ :option:`HAS_DTS ` default "UART_0" depends on \ :option:`BT_UART ` && \ :option:`BT_HCI ` && \ :option:`BT ` && !\ :option:`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.)*