Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c121 …x, CC[3]: 0x%02x", p_t2t->tag_hdr[T2T_CC0_NMN_BYTE], p_t2t->tag_hdr[T2T_CC1_VNO_BYTE], p_t2t->tag_… in rw_t2t_handle_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()
2686T2T_CC1_VNO_BYTE] != 0) && (p_t2t->tag_hdr[T2T_CC1_VNO_BYTE] != T2T_CC1_LEGACY_VNO) && (p_t2t->tag… in rw_t2t_format_tag()
2879 …x, CC[3]: 0x%02x", p_t2t->tag_hdr[T2T_CC0_NMN_BYTE], p_t2t->tag_hdr[T2T_CC1_VNO_BYTE], p_t2t->tag_… in RW_T2tLocateTlv()
/external/libnfc-nci/src/nfc/include/
Dtags_defs.h162 #define T2T_CC1_VNO_BYTE 0x0D /* Version Number byte number*/ macro