Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c126 tBTA_HF_CLIENT_AT_QCMD *qcmd = bta_hf_client_cb.scb.at_cb.queued_cmd; in bta_hf_client_queue_at() local
128 while (qcmd->next != NULL) { in bta_hf_client_queue_at()
129 qcmd = qcmd->next; in bta_hf_client_queue_at()
132 qcmd->next = new_cmd; in bta_hf_client_queue_at()