Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_auth.c134 if (p_clcb && p_clcb->p_tcb && GKI_queue_is_empty(&p_clcb->p_tcb->pending_enc_clcb)) in gatt_sec_check_complete()
174 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL) in gatt_enc_cmpl_cback()
195 count = GKI_queue_length(&p_tcb->pending_enc_clcb); in gatt_enc_cmpl_cback()
198 … if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL) in gatt_enc_cmpl_cback()
249 count = GKI_queue_length(&p_tcb->pending_enc_clcb); in gatt_notify_enc_cmpl()
253 … if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL) in gatt_notify_enc_cmpl()
Dgatt_utils.c113 while (!GKI_queue_is_empty(&p_tcb->pending_enc_clcb)) in gatt_free_pending_enc_queue()
114 GKI_freebuf (GKI_dequeue (&p_tcb->pending_enc_clcb)); in gatt_free_pending_enc_queue()
945 GKI_init_q (&p_tcb->pending_enc_clcb); in gatt_allocate_tcb_by_bdaddr()
2747 GKI_enqueue (&p_tcb->pending_enc_clcb, p_buf); in gatt_add_pending_enc_channel_clcb()
Dgatt_int.h351 BUFFER_Q pending_enc_clcb; /* pending encryption channel q */ member