Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/common/osi/
Dfixed_pkt_queue.c18 fixed_pkt_queue_cb dequeue_ready; member
144 queue->dequeue_ready = ready_cb; in fixed_pkt_queue_register_dequeue()
151 queue->dequeue_ready = NULL; in fixed_pkt_queue_unregister_dequeue()
158 if (queue->dequeue_ready) { in fixed_pkt_queue_process()
159 queue->dequeue_ready(queue); in fixed_pkt_queue_process()
Dfixed_queue.c34 fixed_queue_cb dequeue_ready; member
239 queue->dequeue_ready = ready_cb; in fixed_queue_register_dequeue()
246 queue->dequeue_ready = NULL; in fixed_queue_unregister_dequeue()
253 if (queue->dequeue_ready) { in fixed_queue_process()
254 queue->dequeue_ready(queue); in fixed_queue_process()