Searched refs:U_Resp (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/hsl/api/hsl/ |
| H A D | frhsl_autotest.c | 409 …MS_U16 packedStructLength = offsetof(ST_HSL_CMD_RESP, U_Resp); /* This gets the total size up to t… 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()
|
| H A D | frhsl_datalink.h | 228 U_HslCmdResp U_Resp; member
|