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