Searched refs:atCmd (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/hsl/api/hsl/ |
| H A D | frhsl_autotest.c | 345 if( !StoreShareMemory(&hslSyncMem, p_command->U_Cmd.atCmd) ) in ProcessCmd() 348 PackAtCmdEchoIntoHslCmdResp(false, p_command->U_Cmd.atCmd); in ProcessCmd() 352 PackAtCmdEchoIntoHslCmdResp(true, p_command->U_Cmd.atCmd); in ProcessCmd() 391 memset(obj.atCmd, '\0', sizeof(obj.atCmd)); in PackAtCmdEchoIntoHslCmdResp() 392 strncpy(obj.atCmd, a_atCmd, sizeof(obj.atCmd) - 1); in PackAtCmdEchoIntoHslCmdResp() 438 …MS_U32 strLength = strlen((const char*)cmdEchoPtr->atCmd) + 1; /* +1 for the null char as this is … 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 | 193 char atCmd[CMD_MAX_AT]; /**< \assoc STRING */ member 213 AtCommandEchoString atCmd; /**< \assoc STRING */ member
|