Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc99 memcpy(p_t2t->tag_hdr, p_data, T2T_READ_DATA_LEN); in rw_t2t_handle_rsp()
114 if (p_t2t->tag_hdr[T2T_CC0_NMN_BYTE] == T2T_CC0_NMN) { in rw_t2t_handle_rsp()
120 p_t2t->tag_hdr[T2T_CC0_NMN_BYTE], in rw_t2t_handle_rsp()
121 p_t2t->tag_hdr[T2T_CC1_VNO_BYTE], in rw_t2t_handle_rsp()
122 p_t2t->tag_hdr[T2T_CC3_RWA_BYTE]); in rw_t2t_handle_rsp()
219 if (((p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RW) && in rw_t2t_handle_cc_read_rsp()
220 (p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RO)) || in rw_t2t_handle_cc_read_rsp()
221 ((p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_LEGACY_VNO) && in rw_t2t_handle_cc_read_rsp()
222 (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_VNO) && in rw_t2t_handle_cc_read_rsp()
223 (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_NEW_VNO))) { in rw_t2t_handle_cc_read_rsp()
[all …]
Drw_t2t.cc180 memcpy(p_t2t->tag_hdr, p, T2T_READ_DATA_LEN); in rw_t2t_proc_data()
/system/nfc/src/nfc/include/
Drw_int.h394 uint8_t tag_hdr[T2T_READ_DATA_LEN]; /* T2T Header blocks */ member