Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Dce_t4t.c1070 UINT16 max_le, in CE_T4TTestSetCC() argument
1078 cc_len, version, max_le, max_lc); in CE_T4TTestSetCC()
1108 if (max_le != 0xFFFF) in CE_T4TTestSetCC()
1110 UINT16_TO_BE_STREAM (p, max_le); in CE_T4TTestSetCC()
Drw_t4t.c994 if (p_t4t->cc_file.max_le < 0x000F) in rw_t4t_validate_cc_file()
997 p_t4t->cc_file.max_le); in rw_t4t_validate_cc_file()
1446 BE_STREAM_TO_UINT16 (p_t4t->cc_file.max_le, p); in rw_t4t_sm_detect_ndef()
1464 RW_TRACE_DEBUG1 (" MaxLe: 0x%04X", p_t4t->cc_file.max_le); in rw_t4t_sm_detect_ndef()
1525 if (p_t4t->cc_file.max_le >= RW_T4T_MAX_DATA_PER_READ) in rw_t4t_sm_detect_ndef()
1531 p_t4t->max_read_size = p_t4t->cc_file.max_le; in rw_t4t_sm_detect_ndef()
2100 p_t4t->cc_file.max_le = T4T_MIN_MLE; in rw_t4t_select()
/external/libnfc-nci/src/nfc/include/
Dce_api.h211 UINT16 max_le,
/external/libnfc-nci/src/nfc/int/
Drw_int.h436 UINT16 max_le; /* the max data size by a single ReadBinary */ member