Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_at.c115 tBTA_HF_CLIENT_AT_QCMD *new_cmd; in bta_hf_client_queue_at() local
119 if ((new_cmd = (tBTA_HF_CLIENT_AT_QCMD *) osi_malloc(sizeof(tBTA_HF_CLIENT_AT_QCMD))) != NULL) { in bta_hf_client_queue_at()
120 new_cmd->cmd = cmd; in bta_hf_client_queue_at()
121 new_cmd->buf_len = buf_len; in bta_hf_client_queue_at()
122 new_cmd->next = NULL; in bta_hf_client_queue_at()
123 memcpy(new_cmd->buf, buf, buf_len); in bta_hf_client_queue_at()
132 qcmd->next = new_cmd; in bta_hf_client_queue_at()
134 bta_hf_client_cb.scb.at_cb.queued_cmd = new_cmd; in bta_hf_client_queue_at()