Searched refs:new_cmd (Results 1 – 1 of 1) sorted by relevance
122 tBTA_HF_CLIENT_AT_QCMD* new_cmd = in bta_hf_client_queue_at() local127 new_cmd->cmd = cmd; in bta_hf_client_queue_at()128 new_cmd->buf_len = buf_len; in bta_hf_client_queue_at()129 new_cmd->next = NULL; in bta_hf_client_queue_at()130 memcpy(new_cmd->buf, buf, buf_len); in bta_hf_client_queue_at()137 qcmd->next = new_cmd; in bta_hf_client_queue_at()139 client_cb->at_cb.queued_cmd = new_cmd; in bta_hf_client_queue_at()