Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hsl/api/hsl/
H A Dfrhsl_datalink.h164 #define RSP_MAX_AT (1024) macro
216 typedef char AtCommandRespString[RSP_MAX_AT];
252 char message[RSP_MAX_AT]; /**< \assoc STRING */
H A Dfrhsl_autotest.c420 if (strLength > RSP_MAX_AT) in PackIntoHslCmdResp()
422 …f(container.U_Resp.atResponse, strlen(MSG_RESPONSE_OVERFLOW)+10,MSG_RESPONSE_OVERFLOW, RSP_MAX_AT); in PackIntoHslCmdResp()