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.cc94 memcpy(p_t2t->tag_hdr, p_data, T2T_READ_DATA_LEN); in rw_t2t_handle_rsp()
109 if (p_t2t->tag_hdr[T2T_CC0_NMN_BYTE] == T2T_CC0_NMN) { in rw_t2t_handle_rsp()
115 p_t2t->tag_hdr[T2T_CC0_NMN_BYTE], in rw_t2t_handle_rsp()
116 p_t2t->tag_hdr[T2T_CC1_VNO_BYTE], in rw_t2t_handle_rsp()
117 p_t2t->tag_hdr[T2T_CC3_RWA_BYTE]); in rw_t2t_handle_rsp()
214 if (((p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RW) && in rw_t2t_handle_cc_read_rsp()
215 (p_t2t->tag_hdr[T2T_CC3_RWA_BYTE] != T2T_CC3_RWA_RO)) || in rw_t2t_handle_cc_read_rsp()
216 ((p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_LEGACY_VNO) && in rw_t2t_handle_cc_read_rsp()
217 (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_VNO) && in rw_t2t_handle_cc_read_rsp()
218 (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_NEW_VNO))) { in rw_t2t_handle_cc_read_rsp()
[all …]
Drw_t2t.cc177 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