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.cc943 if (p_t4t->cc_file.max_le < 0x000F) { in rw_t4t_validate_cc_file()
945 p_t4t->cc_file.max_le); in rw_t4t_validate_cc_file()
1316 BE_STREAM_TO_UINT16(p_t4t->cc_file.max_le, p); in rw_t4t_sm_detect_ndef()
1336 << StringPrintf(" MaxLe: 0x%04X", p_t4t->cc_file.max_le); in rw_t4t_sm_detect_ndef()
1393 if (p_t4t->cc_file.max_le >= RW_T4T_MAX_DATA_PER_READ) { in rw_t4t_sm_detect_ndef()
1396 p_t4t->max_read_size = p_t4t->cc_file.max_le; in rw_t4t_sm_detect_ndef()
1917 p_t4t->cc_file.max_le = T4T_MIN_MLE; in rw_t4t_select()
/system/nfc/src/nfc/include/
Drw_int.h557 uint16_t max_le; /* the max data size by a single ReadBinary */ member