Home | History | Annotate | Download | only in nfc

Lines Matching defs:MAX_PAYLOAD_SIZE

276     private static final int MAX_PAYLOAD_SIZE = 10 * (1 << 20);  // 10 MB payload limit
888 if (size > MAX_PAYLOAD_SIZE) {
890 "payload above max limit: " + size + " > " + MAX_PAYLOAD_SIZE);