HomeSort by relevance Sort by last modified time
    Searched refs:pending_enc_clcb (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/gatt/
gatt_auth.c 134 if (p_clcb && p_clcb->p_tcb && GKI_queue_is_empty(&p_clcb->p_tcb->pending_enc_clcb))
174 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
195 count = GKI_queue_length(&p_tcb->pending_enc_clcb);
198 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
249 count = GKI_queue_length(&p_tcb->pending_enc_clcb);
253 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
gatt_utils.c 113 while (!GKI_queue_is_empty(&p_tcb->pending_enc_clcb))
114 GKI_freebuf (GKI_dequeue (&p_tcb->pending_enc_clcb));
945 GKI_init_q (&p_tcb->pending_enc_clcb);
    [all...]
gatt_int.h 351 BUFFER_Q pending_enc_clcb; /* pending encryption channel q */ member in struct:__anon69389

Completed in 73 milliseconds