Home
last modified time | relevance | path

Searched refs:CONFIG_BT_MESH_RELAY_ADV_SETS (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/
Doverlay_multi_adv_sets.conf4 CONFIG_BT_MESH_RELAY_ADV_SETS=2
/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_ext.c32 #ifndef CONFIG_BT_MESH_RELAY_ADV_SETS
33 #define CONFIG_BT_MESH_RELAY_ADV_SETS 0 macro
104 #if CONFIG_BT_MESH_RELAY_ADV_SETS
105 [1 ... CONFIG_BT_MESH_RELAY_ADV_SETS] = {
136 if (!!(CONFIG_BT_MESH_RELAY_ADV_SETS)) { in relay_adv_get()
410 for (int i = 0; i < CONFIG_BT_MESH_RELAY_ADV_SETS; i++) { in bt_mesh_adv_relay_ready()
418 CONFIG_BT_MESH_RELAY_ADV_SETS == 0) { in bt_mesh_adv_relay_ready()
426 schedule_send(&advs[1 + CONFIG_BT_MESH_RELAY_ADV_SETS]); in bt_mesh_adv_friend_ready()
Dadv.c208 !(CONFIG_BT_MESH_RELAY_ADV_SETS)) in bt_mesh_adv_get()
DKconfig183 CONFIG_BT_MESH_RELAY_ADV_SETS are busy with relaying messages
/Zephyr-latest/tests/bluetooth/mesh/basic/
Dmulti_ext_adv.conf53 CONFIG_BT_MESH_RELAY_ADV_SETS=1
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_advertiser.c617 #if defined(CONFIG_BT_MESH_RELAY_ADV_SETS) && CONFIG_BT_MESH_RELAY_ADV_SETS > 0 in relay_adv_send_start()
633 #if defined(CONFIG_BT_MESH_RELAY_ADV_SETS) && CONFIG_BT_MESH_RELAY_ADV_SETS > 0 in second_relay_adv_send_start()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dbrg_cfg.rst122 :kconfig:option:`CONFIG_BT_MESH_RELAY_ADV_SETS` Kconfig option.