Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dnet.c83 .local_queue = SYS_SLIST_STATIC_INIT(&bt_mesh.local_queue),
394 while ((node = sys_slist_get(&bt_mesh.local_queue))) { in bt_mesh_net_local()
516 sys_slist_append(&bt_mesh.local_queue, &buf->node); in net_loopback()
600 while ((node = sys_slist_get(&bt_mesh.local_queue))) { in bt_mesh_net_loopback_clear()
611 bt_mesh.local_queue = new_list; in bt_mesh_net_loopback_clear()
Dnet.h208 sys_slist_t local_queue; member