Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t4t.c470 if (p_t4t->cc_file.max_le < 0x000F) in rw_t4t_validate_cc_file()
473 p_t4t->cc_file.max_le); in rw_t4t_validate_cc_file()
680 BE_STREAM_TO_UINT16 (p_t4t->cc_file.max_le, p); in rw_t4t_sm_detect_ndef()
698 RW_TRACE_DEBUG1 (" MaxLe: 0x%04X", p_t4t->cc_file.max_le); in rw_t4t_sm_detect_ndef()
759 if (p_t4t->cc_file.max_le >= RW_T4T_MAX_DATA_PER_READ) in rw_t4t_sm_detect_ndef()
765 p_t4t->max_read_size = p_t4t->cc_file.max_le; in rw_t4t_sm_detect_ndef()
1286 p_t4t->cc_file.max_le = T4T_MIN_MLE; in rw_t4t_select()
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()
/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