:orphan: .. title:: CONFIG_BT_MESH_RELAY_ADV_SETS .. kconfig:: CONFIG_BT_MESH_RELAY_ADV_SETS CONFIG_BT_MESH_RELAY_ADV_SETS ############################# *Maximum of simultaneous relay message support* Type: ``int`` Help ==== .. code-block:: none Maximum of simultaneous relay message support. Requires controller support multiple advertising sets. Direct dependencies =================== \ :kconfig:`BT_MESH_RELAY ` && \ :kconfig:`BT_MESH_ADV_EXT ` && \ :kconfig:`BT_MESH ` && \ :kconfig:`BT ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/bluetooth/mesh/Kconfig:306`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:9`` → ``/bluetooth/Kconfig:199`` Menu path: (Top) → Sub Systems and OS Services → Bluetooth → Bluetooth mesh support .. code-block:: kconfig 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.)*