Searched refs:sendLen (Results 1 – 1 of 1) sorted by relevance
104 short sendLen; in process() local115 sendLen = fillBerTLVBytes(SELECT_RESPONSE_DATA_LENGTH); in process()117 apdu.setOutgoingLength((short)sendLen); in process()119 apdu.sendBytesLong(buf, respBuffOffset, sendLen); in process()131 sendLen = fillBytes((short)256); in process()133 apdu.setOutgoingLength((short)sendLen); in process()135 apdu.sendBytesLong(buf, respBuffOffset, sendLen); in process()144 sendLen = (short) (respBuf.length - respBuffOffset); in process()145 sendLen = le > sendLen ? sendLen : le; in process()146 apdu.setOutgoingLength(sendLen); in process()[all …]