Searched refs:tag_hdr (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c90 memcpy (p_t2t->tag_hdr, p_data, T2T_READ_DATA_LEN);
115 if (p_t2t->tag_hdr[T2T_CC0_NMN_BYTE] == T2T_CC0_NMN)
121 RW_TRACE_WARNING3 ("NDEF Detection failed!, CC[0]: 0x%02x, CC[1]: 0x%02x, CC[3]: 0x%02x", p_t2t->tag_hdr[T2T_CC0_NMN_BYTE], p_t2t->tag_hdr[T2T_CC1_VNO_BYTE], p_t2t->tag_hdr[T2T_CC3_RWA_BYTE]);
229 if ( ( (p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RW)
230 &&(p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RO) )
232 ( (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_LEGACY_VNO)
233 &&(p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_VNO)
234 &&(p_t2t->tag_hdr[T2T_CC1_VNO_BYT
[all...]
H A Drw_t2t.c193 memcpy (p_t2t->tag_hdr, p, T2T_READ_DATA_LEN);
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h302 UINT8 tag_hdr[T2T_READ_DATA_LEN]; /* T2T Header blocks */ member in struct:__anon24370

Completed in 122 milliseconds