Searched refs:fsc (Results 1 – 1 of 1) sorted by relevance
99 int fsc = ats[atsIndex] & 0x0F; in parseProtocolParameters() local100 if (fsc > 8) { in parseProtocolParameters()102 sb.append(" (FAIL) FSC " + Integer.toString(fsc) + " is > 8\n"); in parseProtocolParameters()103 } else if (fsc < 2) { in parseProtocolParameters()104 sb.append(" (FAIL EMVCO) FSC " + Integer.toString(fsc) + " is < 2\n"); in parseProtocolParameters()106 sb.append(" (OK) FSC = " + Integer.toString(fsc) + "\n"); in parseProtocolParameters()