Home
last modified time | relevance | path

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

/system/nfc/src/nfc/include/
Dce_api.h205 uint16_t max_le, uint16_t max_lc);
/system/nfc/src/nfc/tags/
Dce_t4t.c980 uint16_t max_lc) { in CE_T4TTestSetCC() argument
988 cc_len, version, max_le, max_lc); in CE_T4TTestSetCC()
1018 if (max_lc != 0xFFFF) { in CE_T4TTestSetCC()
1019 UINT16_TO_BE_STREAM(p, max_lc); in CE_T4TTestSetCC()
Drw_t4t.c951 if (p_t4t->cc_file.max_lc < 0x0001) { in rw_t4t_validate_cc_file()
953 p_t4t->cc_file.max_lc); in rw_t4t_validate_cc_file()
1331 BE_STREAM_TO_UINT16(p_t4t->cc_file.max_lc, p); in rw_t4t_sm_detect_ndef()
1348 RW_TRACE_DEBUG1(" MaxLc: 0x%04X", p_t4t->cc_file.max_lc); in rw_t4t_sm_detect_ndef()
1415 if (p_t4t->cc_file.max_lc >= RW_T4T_MAX_DATA_PER_WRITE) { in rw_t4t_sm_detect_ndef()
1418 p_t4t->max_update_size = p_t4t->cc_file.max_lc; in rw_t4t_sm_detect_ndef()
/system/nfc/src/nfc/int/
Drw_int.h571 uint16_t max_lc; /* the max data size by a single UpdateBinary */ member