:orphan: .. title:: CONFIG_BT_CTLR_DTM_HCI .. kconfig:: CONFIG_BT_CTLR_DTM_HCI CONFIG_BT_CTLR_DTM_HCI ###################### *Direct Test Mode over HCI* Type: ``bool`` Help ==== .. code-block:: none Enable support for Direct Test Mode over the HCI transport. Direct dependencies =================== \ :kconfig:`BT_CTLR_DTM_HCI_SUPPORT ` && \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`BT_CTLR_DTM ` Kconfig definition ================== At ``/bluetooth/controller/Kconfig:627`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:175`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Controller .. code-block:: kconfig config BT_CTLR_DTM_HCI bool "Direct Test Mode over HCI" select BT_CTLR_DTM depends on BT_CTLR_DTM_HCI_SUPPORT && BT_CTLR && BT_HCI && BT help Enable support for Direct Test Mode over the HCI transport. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*