Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_ext.c78 static bool schedule_send(struct bt_mesh_ext_adv *ext_adv);
360 static bool schedule_send(struct bt_mesh_ext_adv *ext_adv) in schedule_send() function
367 (void)schedule_send(gatt_adv_get()); in bt_mesh_adv_gatt_update()
372 (void)schedule_send(advs); in bt_mesh_adv_local_ready()
380 if (schedule_send(&ext_adv[i])) { in bt_mesh_adv_relay_ready()
388 (void)schedule_send(advs); in bt_mesh_adv_relay_ready()
395 schedule_send(&advs[1 + CONFIG_BT_MESH_RELAY_ADV_SETS]); in bt_mesh_adv_friend_ready()
397 schedule_send(&advs[0]); in bt_mesh_adv_friend_ready()
496 (void)schedule_send(ext_adv); in connected()