CONFIG_BT_MESH_RELAY_ADV_SETS

Maximum of simultaneous relay message support

Type: int

Help

Maximum of simultaneous relay message support. Requires controller support
multiple advertising sets.

Direct dependencies

BT_MESH_RELAY && BT_MESH_ADV_EXT && BT_MESH && BT

(Includes any dependencies from ifs and menus.)

Default

  • 0

Kconfig definition

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

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]

config BT_MESH_RELAY_ADV_SETS
    int "Maximum of simultaneous relay message support"
    range 0 BT_EXT_ADV_MAX_ADV_SET
    default 0
    depends on BT_MESH_RELAY && BT_MESH_ADV_EXT && BT_MESH && BT
    help
      Maximum of simultaneous relay message support. Requires controller support
      multiple advertising sets.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)