Searched refs:max_lc (Results 1 – 2 of 2) sorted by relevance
1233 if (p_t4t->cc_file.max_lc < 0x0001 || in rw_t4t_validate_cc_file()1234 ((p_t4t->cc_file.max_lc < 0x000D) && appl_dta_mode_flag)) { in rw_t4t_validate_cc_file()1236 p_t4t->cc_file.max_lc); in rw_t4t_validate_cc_file()1615 BE_STREAM_TO_UINT16(p_t4t->cc_file.max_lc, p); in rw_t4t_sm_detect_ndef()1636 "%s - MaxLc: 0x%04X", __func__, p_t4t->cc_file.max_lc); in rw_t4t_sm_detect_ndef()1672 "%s - MaxLc: 0x%04X", __func__, p_t4t->cc_file.max_lc); in rw_t4t_sm_detect_ndef()1786 if (p_t4t->cc_file.max_lc >= RW_T4T_MAX_DATA_PER_WRITE) { in rw_t4t_sm_detect_ndef()1789 p_t4t->max_update_size = p_t4t->cc_file.max_lc; in rw_t4t_sm_detect_ndef()
578 uint16_t max_lc; /* the max data size by a single UpdateBinary */ member