Searched refs:local_queue (Results 1 – 2 of 2) sorted by relevance
70 .local_queue = SYS_SLIST_STATIC_INIT(&bt_mesh.local_queue),851 while ((buf = net_buf_slist_get(&bt_mesh.local_queue))) { in bt_mesh_net_local()984 net_buf_slist_put(&bt_mesh.local_queue, net_buf_ref(buf)); in bt_mesh_net_send()994 net_buf_slist_put(&bt_mesh.local_queue, net_buf_ref(buf)); in bt_mesh_net_send()
240 sys_slist_t local_queue; member