Searched refs:local_queue (Results 1 – 2 of 2) sorted by relevance
95 .local_queue = SYS_SLIST_STATIC_INIT(&bt_mesh.local_queue),803 while ((buf = net_buf_slist_get(&bt_mesh.local_queue))) { in bt_mesh_net_local()931 net_buf_slist_put(&bt_mesh.local_queue, net_buf_ref(buf)); in bt_mesh_net_send()
244 sys_slist_t local_queue; member
Completed in 6 milliseconds