Home | History | Annotate | Download | only in gatt

Lines Matching refs:multi_rsp_q

109     while (GKI_getfirst(&p_tcb->sr_cmd.multi_rsp_q))
110 GKI_freebuf (GKI_dequeue (&p_tcb->sr_cmd.multi_rsp_q));
142 GKI_enqueue (&p_cmd->multi_rsp_q, p_buf);
148 GKI_queue_length(&p_cmd->multi_rsp_q), p_cmd->multi_req.num_handles);
150 if (GKI_queue_length(&p_cmd->multi_rsp_q) == p_cmd->multi_req.num_handles)
172 p_rsp = (tGATTS_RSP *)GKI_getfirst (&p_cmd->multi_rsp_q);
466 gatt_sr_reset_cback_cnt(p_tcb); /* read multiple use multi_rsp_q's count*/