Searched refs:pending_ind_q (Results 1 - 3 of 3) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_utils.c96 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);
H A Dgatt_sr.c1366 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q);
1375 GKI_freebuf(GKI_remove_from_queue (&p_tcb->pending_ind_q, p_buf));
H A Dgatt_int.h369 BUFFER_Q pending_ind_q; member in struct:__anon875

Completed in 12 milliseconds