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

<choice BT_MESH_ADV: Advertiser mode>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/bluetooth/mesh/Kconfig:243

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:9<Zephyr>/subsys/bluetooth/Kconfig:325

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth Mesh support [EXPERIMENTAL] → Advertiser mode

config BT_MESH_ADV_LEGACY
    bool "Legacy advertising"
    depends on <choice BT_MESH_ADV>
    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.)