Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c90 memcpy (p_t2t->tag_hdr, p_data, T2T_READ_DATA_LEN); in rw_t2t_handle_rsp()
115 if (p_t2t->tag_hdr[T2T_CC0_NMN_BYTE] == T2T_CC0_NMN) in rw_t2t_handle_rsp()
121 … CC[1]: 0x%02x, CC[3]: 0x%02x", p_t2t->tag_hdr[T2T_CC0_NMN_BYTE], p_t2t->tag_hdr[T2T_CC1_VNO_BYTE]… in rw_t2t_handle_rsp()
229 if ( ( (p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RW) in rw_t2t_handle_cc_read_rsp()
230 &&(p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RO) ) in rw_t2t_handle_cc_read_rsp()
232 ( (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_LEGACY_VNO) in rw_t2t_handle_cc_read_rsp()
233 &&(p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_VNO) in rw_t2t_handle_cc_read_rsp()
234 &&(p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_NEW_VNO) ) ) in rw_t2t_handle_cc_read_rsp()
277 if (p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] == T2T_CC3_RWA_RW) in rw_t2t_ntf_tlv_detect_complete()
756 if (p_t2t->work_offset >= (p_t2t->tag_hdr[T2T_CC2_TMS_BYTE] * T2T_TMS_TAG_FACTOR)) in rw_t2t_handle_tlv_detect_rsp()
[all …]
Drw_t2t.c193 memcpy (p_t2t->tag_hdr, p, T2T_READ_DATA_LEN); in rw_t2t_proc_data()
/external/libnfc-nci/src/nfc/int/
Drw_int.h302 …UINT8 tag_hdr[T2T_READ_DATA_LEN]; /* T2T Header blocks … member