Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_autotest.c422 …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()
H A Dfrhsl_datalink.h219 AtCommandRespString atResponse; /**< \assoc STRING */ member