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:287
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:9
→ <Zephyr>/subsys/bluetooth/Kconfig:199
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.)