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

  /system/bt/stack/gatt/
gatt_utils.c 97 if (p_tcb->pending_ind_q == NULL)
101 while (!fixed_queue_is_empty(p_tcb->pending_ind_q))
102 osi_free(fixed_queue_try_dequeue(p_tcb->pending_ind_q));
103 fixed_queue_free(p_tcb->pending_ind_q, NULL);
104 p_tcb->pending_ind_q = NULL;
242 fixed_queue_enqueue(p_tcb->pending_ind_q, p_buf);
769 fixed_queue_is_empty(p_tcb->pending_ind_q));
775 else if (! fixed_queue_is_empty(p_tcb->pending_ind_q))
777 list_t *list = fixed_queue_get_list(p_tcb->pending_ind_q);
972 p_tcb->pending_ind_q = fixed_queue_new(SIZE_MAX)
    [all...]
gatt_main.c 167 fixed_queue_free(gatt_cb.tcb[i].pending_ind_q, NULL);
168 gatt_cb.tcb[i].pending_ind_q = NULL;
385 fixed_queue_free(p_tcb->pending_ind_q, NULL);
    [all...]
gatt_int.h 369 fixed_queue_t *pending_ind_q; member in struct:__anon73629
gatt_sr.c     [all...]

Completed in 610 milliseconds