Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_autotest.c411 ST_HSL_CMD_RESP container; in PackIntoHslCmdResp() local
413 container.respId = a_respId; in PackIntoHslCmdResp()
422 …snprintf(container.U_Resp.atResponse, strlen(MSG_RESPONSE_OVERFLOW)+10,MSG_RESPONSE_OVERFLOW, RSP_… in PackIntoHslCmdResp()
423 packedStructLength += (MS_U16)(strlen(container.U_Resp.atResponse) + 1); in PackIntoHslCmdResp()
427 strncpy(container.U_Resp.atResponse, (char*) a_body,strLength); in PackIntoHslCmdResp()
436 container.U_Resp.atCmdEcho.result = (MS_BOOL) (cmdEchoPtr->result); in PackIntoHslCmdResp()
441 …snprintf(container.U_Resp.atCmdEcho.atCmd, strlen(MSG_RESPONSE_OVERFLOW)+10,MSG_RESPONSE_OVERFLOW,… in PackIntoHslCmdResp()
442 packedStructLength += (MS_U16)(strlen(container.U_Resp.atCmdEcho.atCmd) + 1); in PackIntoHslCmdResp()
446 strncpy(container.U_Resp.atCmdEcho.atCmd, (char*) cmdEchoPtr->atCmd,strLength); in PackIntoHslCmdResp()
469 …HSL_DBG_UTOPIA_ALL_DEBUG, "ST_HSL_CMD_RESP: %#04X", packedStructLength/sizeof(MS_U16), &container); in PackIntoHslCmdResp()