Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/include/
Dtags_defs.h109 #define T1T_UID_LEN 7 /* the len of UID used in Type 1 Tag */ macro
/external/libnfc-nci/src/nfa/include/
Dnfa_api.h152 #define NFA_T1T_UID_LEN T1T_UID_LEN /* T1T UID length */
/external/libnfc-nci/src/nfc/int/
Drw_int.h132 #define T1T_BUFFER_SIZE T1T_UID_LEN /* Buffer UID …
/external/libnfc-nci/src/nfc/tags/
Drw_t1t_ndef.c872 p_data += T1T_UID_LEN + T1T_RES_BYTE_LEN; /* skip Block 0, UID and Reserved byte */ in rw_t1t_handle_rall_rsp()
908 UINT8 start_offset = T1T_UID_LEN + T1T_CC_LEN + T1T_RES_BYTE_LEN; in rw_t1t_handle_tlv_detect_rsp()
1814 …msg_len = ((p_ret->tms +1)* T1T_BLOCK_SIZE) - T1T_OTP_LOCK_RES_BYTES - T1T_UID_LEN - T1T_ADD_LEN -… in rw_t1t_get_ndef_max_size()