Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/hf_client/
Dbta_hf_client_at.cc132 tBTA_HF_CLIENT_AT_QCMD* new_cmd = in bta_hf_client_queue_at() local
137 new_cmd->cmd = cmd; in bta_hf_client_queue_at()
138 new_cmd->buf_len = buf_len; in bta_hf_client_queue_at()
139 new_cmd->next = NULL; in bta_hf_client_queue_at()
140 memcpy(new_cmd->buf, buf, buf_len); in bta_hf_client_queue_at()
147 qcmd->next = new_cmd; in bta_hf_client_queue_at()
149 client_cb->at_cb.queued_cmd = new_cmd; in bta_hf_client_queue_at()