Searched refs:atResponse (Results 1 – 2 of 2) sorted by relevance
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()
219 AtCommandRespString atResponse; /**< \assoc STRING */ member