:orphan: .. title:: CONFIG_BT_MESH_ADV_LEGACY .. kconfig:: CONFIG_BT_MESH_ADV_LEGACY 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:286`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:199`` 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.)*