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 <Subsystem>/bluetooth/mesh/Kconfig:306

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:9<Subsystem>/bluetooth/Kconfig:199

Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support

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.)