Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t4t.c818 if (length > p_t4t->max_update_size) in rw_t4t_update_file()
820 length = (UINT8) (p_t4t->max_update_size); in rw_t4t_update_file()
1543 p_t4t->max_update_size = RW_T4T_MAX_DATA_PER_WRITE; in rw_t4t_sm_detect_ndef()
1547 p_t4t->max_update_size = p_t4t->cc_file.max_lc; in rw_t4t_sm_detect_ndef()
1551 if (p_t4t->max_update_size >= T4T_MAX_LENGTH_LC) in rw_t4t_sm_detect_ndef()
1553 p_t4t->max_update_size = T4T_MAX_LENGTH_LC; in rw_t4t_sm_detect_ndef()
2104 p_t4t->max_update_size = T4T_MAX_LENGTH_LC; in rw_t4t_select()
/external/libnfc-nci/src/nfc/int/
Drw_int.h467 UINT16 max_update_size; /* max updating size per a command */ member