Home
last modified time | relevance | path

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

/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
108 #if CONFIG_BT_MESH_RELAY_ADV_SETS
109 [1 ... CONFIG_BT_MESH_RELAY_ADV_SETS] = {
140 if (!!(CONFIG_BT_MESH_RELAY_ADV_SETS)) { in relay_adv_get()
379 for (int i = 0; i < CONFIG_BT_MESH_RELAY_ADV_SETS; i++) { in bt_mesh_adv_relay_ready()
387 CONFIG_BT_MESH_RELAY_ADV_SETS == 0) { in bt_mesh_adv_relay_ready()
395 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()
DKconfig181 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/doc/connectivity/bluetooth/api/mesh/
Dbrg_cfg.rst122 :kconfig:option:`CONFIG_BT_MESH_RELAY_ADV_SETS` Kconfig option.