Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_autotest.c435 const AtCmdEcho* cmdEchoPtr = (const AtCmdEcho*) a_body; in PackIntoHslCmdResp() local
436 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()