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 95 while (p_tcb->pending_ind_q.p_first)
96 GKI_freebuf (GKI_dequeue (&p_tcb->pending_ind_q));
222 GKI_enqueue (&p_tcb->pending_ind_q, p_buf);
741 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q);
744 GATT_TRACE_DEBUG1("gatt_is_srv_chg_ind_pending is_queue_empty=%d", GKI_queue_is_empty(&p_tcb->pending_ind_q) );
941 GKI_init_q (&p_tcb->pending_ind_q);
    [all...]
gatt_sr.c     [all...]
gatt_int.h 355 BUFFER_Q pending_ind_q; member in struct:__anon3119

Completed in 77 milliseconds