:orphan: .. title:: BT_MESH_ADV_EXT .. option:: CONFIG_BT_MESH_ADV_EXT *Extended advertising* Type: ``bool`` Help ==== .. code-block:: none Use extended advertising commands for operating the advertiser. Extended advertising is faster and uses less memory than legacy advertising, but isn't supported by all controllers. Direct dependencies =================== (\ :option:`BT_CTLR_ADV_EXT ` || !\ :option:`BT_CTLR `) && \ :option:`BT_EXT_ADV ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:250`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:325`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support → Advertiser mode .. code-block:: kconfig config BT_MESH_ADV_EXT bool "Extended advertising" depends on (BT_CTLR_ADV_EXT || !BT_CTLR) && BT_EXT_ADV && help Use extended advertising commands for operating the advertiser. Extended advertising is faster and uses less memory than legacy advertising, but isn't supported by all controllers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*