Home | History | Annotate | Download | only in gatt

Lines Matching refs:pending_ind_q

94   if (p_tcb->pending_ind_q == NULL) return;
97 while (!fixed_queue_is_empty(p_tcb->pending_ind_q))
98 osi_free(fixed_queue_try_dequeue(p_tcb->pending_ind_q));
99 fixed_queue_free(p_tcb->pending_ind_q, NULL);
100 p_tcb->pending_ind_q = NULL;
198 fixed_queue_enqueue(p_tcb->pending_ind_q, p_buf);
320 fixed_queue_is_empty(p_tcb->pending_ind_q));
324 } else if (!fixed_queue_is_empty(p_tcb->pending_ind_q)) {
325 list_t* list = fixed_queue_get_list(p_tcb->pending_ind_q);
499 p_tcb->pending_ind_q = fixed_queue_new(SIZE_MAX);