Searched refs:adv_queue (Results 1 – 1 of 1) sorted by relevance
90 static struct kfifo adv_queue; variable224 buf = net_buf_get(&adv_queue, K_NO_WAIT); in adv_thread()230 buf = net_buf_get(&adv_queue, timeout); in adv_thread()234 buf = net_buf_get(&adv_queue, K_FOREVER); in adv_thread()260 k_fifo_cancel_wait(&adv_queue); in bt_mesh_adv_update()315 net_buf_put(&adv_queue, net_buf_ref(buf)); in bt_mesh_adv_send()450 k_fifo_init(&adv_queue);
Completed in 3 milliseconds