:orphan: .. title:: CONFIG_BT_HCI_MESH_EXT .. kconfig:: CONFIG_BT_HCI_MESH_EXT CONFIG_BT_HCI_MESH_EXT ###################### *Mesh HCI Command support* Type: ``bool`` Help ==== .. code-block:: none Enable support for the Bluetooth mesh HCI Commands. Direct dependencies =================== \ :kconfig:`BT_BROADCASTER ` && \ :kconfig:`BT_OBSERVER ` && !\ :kconfig:`BT_LL_SW_SPLIT ` && \ :kconfig:`BT_HCI ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/bluetooth/common/Kconfig:225`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:173`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth .. code-block:: kconfig config BT_HCI_MESH_EXT bool "Mesh HCI Command support" depends on BT_BROADCASTER && BT_OBSERVER && !BT_LL_SW_SPLIT && BT_HCI && BT help Enable support for the Bluetooth mesh HCI Commands. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*