Searched refs:multi_rsp_q (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_sr.c106 while (!fixed_queue_is_empty(p_tcb->sr_cmd.multi_rsp_q))
107 osi_free(fixed_queue_try_dequeue(p_tcb->sr_cmd.multi_rsp_q));
108 fixed_queue_free(p_tcb->sr_cmd.multi_rsp_q, NULL);
130 if (p_cmd->multi_rsp_q == NULL)
131 p_cmd->multi_rsp_q = fixed_queue_new(SIZE_MAX);
136 fixed_queue_enqueue(p_cmd->multi_rsp_q, p_buf);
142 fixed_queue_length(p_cmd->multi_rsp_q),
145 if (fixed_queue_length(p_cmd->multi_rsp_q) == p_cmd->multi_req.num_handles)
159 if (! fixed_queue_is_empty(p_cmd->multi_rsp_q))
160 list = fixed_queue_get_list(p_cmd->multi_rsp_q);
[all...]
H A Dgatt_main.c176 fixed_queue_free(gatt_cb.tcb[i].sr_cmd.multi_rsp_q, NULL);
177 gatt_cb.tcb[i].sr_cmd.multi_rsp_q = NULL;
H A Dgatt_int.h287 fixed_queue_t *multi_rsp_q; member in struct:__anon917
H A Dgatt_utils.c2286 fixed_queue_free(p_tcb->sr_cmd.multi_rsp_q, NULL);
2287 p_tcb->sr_cmd.multi_rsp_q = NULL;

Completed in 13 milliseconds