Searched defs:max_file_size (Results 1 - 3 of 3) sorted by relevance

/system/nfc/src/nfc/int/
H A Dce_int.h97 uint16_t max_file_size; /* size of storage + 2 bytes for NLEN */ member in struct:__anon2412
H A Drw_int.h561 uint16_t max_file_size; /* Max NDEF file size */ member in struct:__anon2442
/system/nfc/src/nfc/tags/
H A Dce_t4t.c126 p_t4t->nlen, p_t4t->max_file_size,
545 uint16_t offset, max_file_size; local
631 max_file_size = T4T_FC_TLV_OFFSET_IN_CC + T4T_FILE_CONTROL_TLV_SIZE;
633 max_file_size = ce_cb.mem.t4t.max_file_size;
643 if (length + offset > max_file_size) {
644 if (offset < max_file_size) {
645 length = (uint8_t)(max_file_size - offset);
648 "CET4T: length is reduced to %d by max_file_size (%d)",
649 length, max_file_size);
1009 CE_T4TTestSetNDEFCtrlTLV(uint8_t type, uint8_t length, uint16_t file_id, uint16_t max_file_size, uint8_t read_access, uint8_t write_access) argument
[all...]

Completed in 79 milliseconds