:orphan: .. title:: BT_MESH_ADV_LEGACY .. option:: CONFIG_BT_MESH_ADV_LEGACY *Legacy advertising* Type: ``bool`` Help ==== .. code-block:: none Use legacy advertising commands for mesh sending. Legacy advertising is significantly slower than the extended advertising, but is supported by all controllers. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:243`` 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_LEGACY bool "Legacy advertising" depends on help Use legacy advertising commands for mesh sending. Legacy advertising is significantly slower than the extended advertising, but is supported by all controllers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*