Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc143 tBTA_HF_CLIENT_AT_QCMD* qcmd = client_cb->at_cb.queued_cmd; in bta_hf_client_queue_at() local
145 while (qcmd->next != NULL) qcmd = qcmd->next; in bta_hf_client_queue_at()
147 qcmd->next = new_cmd; in bta_hf_client_queue_at()