Home
last modified time | relevance | path

Searched refs:max_read_size (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfc/tags/
Drw_t4t.c678 if (length > p_t4t->max_read_size) { in rw_t4t_read_file()
679 length = (uint8_t)(p_t4t->max_read_size); in rw_t4t_read_file()
1395 p_t4t->max_read_size = RW_T4T_MAX_DATA_PER_READ; in rw_t4t_sm_detect_ndef()
1397 p_t4t->max_read_size = p_t4t->cc_file.max_le; in rw_t4t_sm_detect_ndef()
1401 if (p_t4t->max_read_size >= T4T_MAX_LENGTH_LE) { in rw_t4t_sm_detect_ndef()
1402 p_t4t->max_read_size = T4T_MAX_LENGTH_LE; in rw_t4t_sm_detect_ndef()
1919 p_t4t->max_read_size = T4T_MAX_LENGTH_LE; in rw_t4t_select()
/system/nfc/src/nfc/int/
Drw_int.h601 uint16_t max_read_size; /* max reading size per a command */ member