Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t4t.cc966 UINT8_TO_BE_STREAM(p, p_t4t->cc_file.ndef_fc.nlen_size); in rw_t4t_update_nlen()
967 if (p_t4t->cc_file.ndef_fc.nlen_size == T4T_FILE_LENGTH_SIZE) { in rw_t4t_update_nlen()
973 p_c_apdu->len = T4T_CMD_MAX_HDR_SIZE + p_t4t->cc_file.ndef_fc.nlen_size; in rw_t4t_update_nlen()
1639 p_t4t->cc_file.ndef_fc.nlen_size = T4T_FILE_LENGTH_SIZE; in rw_t4t_sm_detect_ndef()
1703 p_t4t->cc_file.ndef_fc.nlen_size = T4T_EFILE_LENGTH_SIZE; in rw_t4t_sm_detect_ndef()
1718 if (!rw_t4t_read_file(0, p_t4t->cc_file.ndef_fc.nlen_size, false)) { in rw_t4t_sm_detect_ndef()
1729 p_t4t->cc_file.ndef_fc.nlen_size + T4T_RSP_STATUS_WORDS_SIZE) { in rw_t4t_sm_detect_ndef()
1732 if (p_t4t->cc_file.ndef_fc.nlen_size == T4T_FILE_LENGTH_SIZE) { in rw_t4t_sm_detect_ndef()
1739 p_t4t->cc_file.ndef_fc.nlen_size) { in rw_t4t_sm_detect_ndef()
1783 (uint16_t)p_t4t->cc_file.ndef_fc.nlen_size); in rw_t4t_sm_detect_ndef()
[all …]
/system/nfc/src/nfc/include/
Drw_int.h570 uint8_t nlen_size; /* (E)NLEN size (2 or 4 bytes) */ member