:orphan: .. title:: BT_UART .. option:: CONFIG_BT_UART *(No prompt -- not directly user assignable.)* Type: ``bool`` Direct dependencies =================== \ :option:`BT_HCI ` && \ :option:`BT ` && !\ :option:`BT_CTLR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`BT_H4 ` - \ :option:`BT_H5 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/bluetooth/hci/Kconfig:8`` 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 bool depends on \ :option:`BT_HCI ` && \ :option:`BT ` && !\ :option:`BT_CTLR ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*