:orphan: .. title:: CONFIG_BT_MESH_ADV_EXT .. kconfig:: CONFIG_BT_MESH_ADV_EXT 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 =================== (\ :kconfig:`BT_CTLR_ADV_EXT ` || !\ :kconfig:`BT_CTLR `) && \ :kconfig:`BT_EXT_ADV ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:279`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:193`` 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.)*