Home
last modified time | relevance | path

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

/aosp12/system/nfc/src/nfc/tags/
H A Drw_t4t.cc209 if (length <= p_t4t->max_update_size) { in rw_t4t_set_ber_tlv()
213 length = p_t4t->max_update_size; in rw_t4t_set_ber_tlv()
214 data_length = p_t4t->max_update_size - data_header; in rw_t4t_set_ber_tlv()
217 if ((length + data_header) <= p_t4t->max_update_size) { in rw_t4t_set_ber_tlv()
221 length = p_t4t->max_update_size; in rw_t4t_set_ber_tlv()
222 data_length = p_t4t->max_update_size - data_header; in rw_t4t_set_ber_tlv()
1026 if (length > p_t4t->max_update_size) { in rw_t4t_update_file()
1027 length = (uint32_t)(p_t4t->max_update_size); in rw_t4t_update_file()
1788 p_t4t->max_update_size = p_t4t->cc_file.max_lc; in rw_t4t_sm_detect_ndef()
1792 if (p_t4t->max_update_size > T4T_MAX_LENGTH_LC) { in rw_t4t_sm_detect_ndef()
[all …]
/aosp12/system/nfc/src/nfc/include/
H A Drw_int.h610 uint16_t max_update_size; /* max updating size per a command */ member