Home
last modified time | relevance | path

Searched refs:pending_ind_q (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_utils.c96 while (p_tcb->pending_ind_q.p_first) in gatt_free_pending_ind()
97 GKI_freebuf (GKI_dequeue (&p_tcb->pending_ind_q)); in gatt_free_pending_ind()
223 GKI_enqueue (&p_tcb->pending_ind_q, p_buf); in gatt_add_pending_ind()
746 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q); in gatt_is_srv_chg_ind_pending()
749 …DEBUG("gatt_is_srv_chg_ind_pending is_queue_empty=%d", GKI_queue_is_empty(&p_tcb->pending_ind_q) ); in gatt_is_srv_chg_ind_pending()
946 GKI_init_q (&p_tcb->pending_ind_q); in gatt_allocate_tcb_by_bdaddr()
Dgatt_sr.c1362 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q); in gatts_chk_pending_ind()
1371 GKI_freebuf(GKI_remove_from_queue (&p_tcb->pending_ind_q, p_buf)); in gatts_chk_pending_ind()
Dgatt_int.h371 BUFFER_Q pending_ind_q; member