:orphan: .. title:: BT_MESH_ADV_LEGACY .. option:: CONFIG_BT_MESH_ADV_LEGACY *Legacy advertising* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``subsys/bluetooth/mesh/Kconfig:236`` 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_LEGACY bool "Legacy advertising" depends on \ :ref:` ` 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.)*