Home
last modified time | relevance | path

Searched refs:T2T_CC1_VNO_BYTE (Results 1 – 2 of 2) sorted by relevance

/system/nfc/src/nfc/include/
Dtags_defs.h195 #define T2T_CC1_VNO_BYTE 0x0D /* Version Number byte number*/ macro
/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc120 p_t2t->tag_hdr[T2T_CC1_VNO_BYTE], in rw_t2t_handle_rsp()
220 ((p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_LEGACY_VNO) && in rw_t2t_handle_cc_read_rsp()
221 (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_VNO) && in rw_t2t_handle_cc_read_rsp()
222 (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_NEW_VNO))) { in rw_t2t_handle_cc_read_rsp()
2578 ((p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != 0) && in rw_t2t_format_tag()
2579 (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_LEGACY_VNO) && in rw_t2t_format_tag()
2580 (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_VNO) && in rw_t2t_format_tag()
2581 (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_NEW_VNO))) { in rw_t2t_format_tag()
2769 p_t2t->tag_hdr[T2T_CC0_NMN_BYTE], p_t2t->tag_hdr[T2T_CC1_VNO_BYTE], in RW_T2tLocateTlv()