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

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

Completed in 70 milliseconds