Searched refs:cmdEchoPtr (Results 1 – 1 of 1) sorted by relevance
435 const AtCmdEcho* cmdEchoPtr = (const AtCmdEcho*) a_body; in PackIntoHslCmdResp() local436 container.U_Resp.atCmdEcho.result = (MS_BOOL) (cmdEchoPtr->result); in PackIntoHslCmdResp()438 …MS_U32 strLength = strlen((const char*)cmdEchoPtr->atCmd) + 1; /* +1 for the null char as this is … in PackIntoHslCmdResp()446 strncpy(container.U_Resp.atCmdEcho.atCmd, (char*) cmdEchoPtr->atCmd,strLength); in PackIntoHslCmdResp()