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

/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_auth.c134 if (GKI_queue_is_empty(&p_clcb->p_tcb->pending_enc_clcb))
173 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
193 count = p_tcb->pending_enc_clcb.count;
196 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
238 count = p_tcb->pending_enc_clcb.count;
242 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
H A Dgatt_utils.c112 while (p_tcb->pending_enc_clcb.p_first)
113 GKI_freebuf (GKI_dequeue (&p_tcb->pending_enc_clcb));
940 GKI_init_q (&p_tcb->pending_enc_clcb);
2690 GKI_enqueue (&p_tcb->pending_enc_clcb, p_buf);
H A Dgatt_int.h338 BUFFER_Q pending_enc_clcb; /* pending encryption channel q */ member in struct:__anon1162

Completed in 178 milliseconds