Home | History | Annotate | Download | only in gatt

Lines Matching refs:pending_ind_q

96     while (!GKI_queue_is_empty(&p_tcb->pending_ind_q))
97 GKI_freebuf (GKI_dequeue (&p_tcb->pending_ind_q));
223 GKI_enqueue (&p_tcb->pending_ind_q, p_buf);
746 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q);
749 GATT_TRACE_DEBUG("gatt_is_srv_chg_ind_pending is_queue_empty=%d", GKI_queue_is_empty(&p_tcb->pending_ind_q) );
946 GKI_init_q (&p_tcb->pending_ind_q);