:orphan: .. title:: CONFIG_BT_CTLR_SET_HOST_FEATURE .. kconfig:: CONFIG_BT_CTLR_SET_HOST_FEATURE CONFIG_BT_CTLR_SET_HOST_FEATURE ############################### *LE Set Host Feature Command [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Enables optional LE Set Host Feature Command Direct dependencies =================== \ :kconfig:`BT_CTLR ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BT_CTLR_ADV_ISO ` - \ :kconfig:`BT_CTLR_SYNC_ISO ` - \ :kconfig:`BT_CTLR_CENTRAL_ISO ` - \ :kconfig:`BT_CTLR_PERIPHERAL_ISO ` Kconfig definition ================== At ``/bluetooth/controller/Kconfig:563`` 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_SET_HOST_FEATURE bool "LE Set Host Feature Command [EXPERIMENTAL]" depends on BT_CTLR && BT_HCI && BT help Enables optional LE Set Host Feature Command *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*