Home | History | Annotate | Download | only in hf_client

Lines Matching defs:cur

95     tBTA_HF_CLIENT_AT_QCMD *cur = bta_hf_client_cb.scb.at_cb.queued_cmd;
98 while (cur != NULL) {
99 next = cur->next;
100 GKI_freebuf(cur);
101 cur = next;
194 tBTA_HF_CLIENT_AT_QCMD *cur = bta_hf_client_cb.scb.at_cb.queued_cmd;
199 if (cur != NULL)
201 next = cur->next;
203 bta_hf_client_send_at(cur->cmd, cur->buf, cur->buf_len);
205 GKI_freebuf(cur);