Searched refs:max_lc (Results 1 – 2 of 2) sorted by relevance
949 if (p_t4t->cc_file.max_lc < 0x0001) { in rw_t4t_validate_cc_file()951 p_t4t->cc_file.max_lc); in rw_t4t_validate_cc_file()1317 BE_STREAM_TO_UINT16(p_t4t->cc_file.max_lc, p); in rw_t4t_sm_detect_ndef()1338 << StringPrintf(" MaxLc: 0x%04X", p_t4t->cc_file.max_lc); in rw_t4t_sm_detect_ndef()1405 if (p_t4t->cc_file.max_lc >= RW_T4T_MAX_DATA_PER_WRITE) { in rw_t4t_sm_detect_ndef()1408 p_t4t->max_update_size = p_t4t->cc_file.max_lc; in rw_t4t_sm_detect_ndef()
558 uint16_t max_lc; /* the max data size by a single UpdateBinary */ member