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

  /external/bluetooth/bluedroid/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 = p_tcb->pending_enc_clcb.count;
198 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
249 count = p_tcb->pending_enc_clcb.count;
253 if ((p_buf = (tGATT_PENDING_ENC_CLCB *)GKI_dequeue (&p_tcb->pending_enc_clcb)) != NULL)
gatt_utils.c 113 while (p_tcb->pending_enc_clcb.p_first)
114 GKI_freebuf (GKI_dequeue (&p_tcb->pending_enc_clcb));
945 GKI_init_q (&p_tcb->pending_enc_clcb);
    [all...]
gatt_int.h 353 BUFFER_Q pending_enc_clcb; /* pending encryption channel q */ member in struct:__anon5915

Completed in 92 milliseconds