Searched refs:bt_mesh_adv_get (Results 1 – 3 of 3) sorted by relevance
151 adv = bt_mesh_adv_get(K_NO_WAIT); in adv_thread()164 adv = bt_mesh_adv_get(SYS_TIMEOUT_MS(adv_timeout)); in adv_thread()172 adv = bt_mesh_adv_get(K_FOREVER); in adv_thread()196 while ((adv = bt_mesh_adv_get(K_NO_WAIT))) { in adv_thread()
81 struct bt_mesh_adv *bt_mesh_adv_get(k_timeout_t timeout);
197 struct bt_mesh_adv *bt_mesh_adv_get(k_timeout_t timeout) in bt_mesh_adv_get() function236 return bt_mesh_adv_get(timeout); in bt_mesh_adv_get_by_tag()