Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t4t.cc1227 if (p_t4t->cc_file.max_le < 0x000F) { in rw_t4t_validate_cc_file()
1229 p_t4t->cc_file.max_le); in rw_t4t_validate_cc_file()
1614 BE_STREAM_TO_UINT16(p_t4t->cc_file.max_le, p); in rw_t4t_sm_detect_ndef()
1634 "%s - MaxLe: 0x%04X", __func__, p_t4t->cc_file.max_le); in rw_t4t_sm_detect_ndef()
1670 "%s - MaxLe: 0x%04X", __func__, p_t4t->cc_file.max_le); in rw_t4t_sm_detect_ndef()
1769 if (p_t4t->cc_file.max_le >= RW_T4T_MAX_DATA_PER_READ) { in rw_t4t_sm_detect_ndef()
1772 p_t4t->max_read_size = p_t4t->cc_file.max_le; in rw_t4t_sm_detect_ndef()
2400 p_t4t->cc_file.max_le = T4T_MIN_MLE; in rw_t4t_select()
/system/nfc/src/nfc/include/
Drw_int.h577 uint16_t max_le; /* the max data size by a single ReadBinary */ member