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

  /system/bt/stack/gatt/
gatt_auth.cc 132 fixed_queue_is_empty(p_clcb->p_tcb->pending_enc_clcb)) {
166 p_tcb->pending_enc_clcb);
182 for (size_t count = fixed_queue_length(p_tcb->pending_enc_clcb);
185 p_tcb->pending_enc_clcb);
226 size_t count = fixed_queue_length(p_tcb->pending_enc_clcb);
230 p_tcb->pending_enc_clcb);
gatt_utils.cc 115 if (p_tcb->pending_enc_clcb == NULL) return;
118 while (!fixed_queue_is_empty(p_tcb->pending_enc_clcb))
119 osi_free(fixed_queue_try_dequeue(p_tcb->pending_enc_clcb));
120 fixed_queue_free(p_tcb->pending_enc_clcb, NULL);
121 p_tcb->pending_enc_clcb = NULL;
498 p_tcb->pending_enc_clcb = fixed_queue_new(SIZE_MAX);
    [all...]
gatt_main.cc 161 fixed_queue_free(gatt_cb.tcb[i].pending_enc_clcb, NULL);
162 gatt_cb.tcb[i].pending_enc_clcb = NULL;
378 fixed_queue_free(p_tcb->pending_enc_clcb, NULL);
    [all...]
gatt_int.h 264 fixed_queue_t* pending_enc_clcb; /* pending encryption channel q */ member in struct:__anon106239

Completed in 47 milliseconds