Searched refs:RSP_MAX_AT (Results 1 – 2 of 2) sorted by relevance
164 #define RSP_MAX_AT (1024) macro216 typedef char AtCommandRespString[RSP_MAX_AT];252 char message[RSP_MAX_AT]; /**< \assoc STRING */
420 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()