Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dnet.c70 .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()
Dnet.h240 sys_slist_t local_queue; member