Home
last modified time | relevance | path

Searched refs:max_lc (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
Drw_t4t.c477 if (p_t4t->cc_file.max_lc < 0x0001) in rw_t4t_validate_cc_file()
480 p_t4t->cc_file.max_lc); in rw_t4t_validate_cc_file()
681 BE_STREAM_TO_UINT16 (p_t4t->cc_file.max_lc, p); in rw_t4t_sm_detect_ndef()
699 RW_TRACE_DEBUG1 (" MaxLc: 0x%04X", p_t4t->cc_file.max_lc); in rw_t4t_sm_detect_ndef()
775 if (p_t4t->cc_file.max_lc >= RW_T4T_MAX_DATA_PER_WRITE) in rw_t4t_sm_detect_ndef()
781 p_t4t->max_update_size = p_t4t->cc_file.max_lc; in rw_t4t_sm_detect_ndef()
Dce_t4t.c1073 UINT16 max_lc) in CE_T4TTestSetCC() argument
1080 cc_len, version, max_le, max_lc); in CE_T4TTestSetCC()
1117 if (max_lc != 0xFFFF) in CE_T4TTestSetCC()
1119 UINT16_TO_BE_STREAM (p, max_lc); in CE_T4TTestSetCC()
/external/libnfc-nci/src/nfc/include/
Dce_api.h211 UINT16 max_lc);
/external/libnfc-nci/src/nfc/int/
Drw_int.h429 UINT16 max_lc; /* the max data size by a single UpdateBinary */ member