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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 96 while (p_tcb->pending_ind_q.p_first)
97 GKI_freebuf (GKI_dequeue (&p_tcb->pending_ind_q));
223 GKI_enqueue (&p_tcb->pending_ind_q, p_buf);
746 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q);
749 GATT_TRACE_DEBUG("gatt_is_srv_chg_ind_pending is_queue_empty=%d", GKI_queue_is_empty(&p_tcb->pending_ind_q) );
946 GKI_init_q (&p_tcb->pending_ind_q);
    [all...]
gatt_sr.c     [all...]
gatt_int.h 371 BUFFER_Q pending_ind_q; member in struct:__anon5910

Completed in 148 milliseconds