Searched refs:packedStructLength (Results 1 – 1 of 1) sorted by relevance
409 …MS_U16 packedStructLength = offsetof(ST_HSL_CMD_RESP, U_Resp); /* This gets the total size up to t… in PackIntoHslCmdResp() local423 packedStructLength += (MS_U16)(strlen(container.U_Resp.atResponse) + 1); in PackIntoHslCmdResp()428 packedStructLength += (MS_U16)strLength; in PackIntoHslCmdResp()442 packedStructLength += (MS_U16)(strlen(container.U_Resp.atCmdEcho.atCmd) + 1); in PackIntoHslCmdResp()447 packedStructLength += (MS_U16)strLength; in PackIntoHslCmdResp()460 if ((packedStructLength % 2) == 1) in PackIntoHslCmdResp()462 …packedStructLength += (MS_U16)1; // This ensures we don't lose one character as we transfer in MS… in PackIntoHslCmdResp()465 HSL_FILE_MSG(OutputFp,"Length=%d\n", packedStructLength); in PackIntoHslCmdResp()469 …M_FrHslArray16(0x000A, HSL_DBG_UTOPIA_ALL_DEBUG, "ST_HSL_CMD_RESP: %#04X", packedStructLength/size… in PackIntoHslCmdResp()