:orphan: .. title:: BT_MESH_ADV_EXT .. option:: CONFIG_BT_MESH_ADV_EXT *Extended advertising* Type: ``bool`` 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. Direct dependencies =================== (\ :option:`BT_CTLR_ADV_EXT ` || !\ :option:`BT_CTLR `) && \ :option:`BT_EXT_ADV ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``subsys/bluetooth/mesh/Kconfig:243`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:9`` → ``subsys/bluetooth/Kconfig:258`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support → Advertiser mode .. parsed-literal:: config BT_MESH_ADV_EXT bool "Extended advertising" depends on (\ :option:`BT_CTLR_ADV_EXT ` || !\ :option:`BT_CTLR `) && \ :option:`BT_EXT_ADV ` && \ :ref:` ` 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.)*