Searched defs:version_no (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/int/
H A Dtags_int.h56 UINT16 version_no; member in struct:__anon24383
81 extern const tT2T_INIT_TAG * t2t_tag_init_data (UINT8 manufacturer_id, BOOLEAN b_valid_ver, UINT16 version_no);
/external/libnfc-nci/src/nfc/tags/
H A Dtags_int.c177 const tT2T_INIT_TAG * t2t_tag_init_data (UINT8 manufacturer_id, BOOLEAN b_valid_ver, UINT16 version_no) argument
188 ||(p->version_no == (version_no & p->version_bmask)) )
H A Drw_t2t_ndef.c1946 UINT16 version_no; local
1968 version_no = (UINT16) p_data[0] << 8 | p_data[1];
1969 if ((p_ret = t2t_tag_init_data (p_t2t->tag_hdr[0], TRUE, version_no)) != NULL)
1987 version_no = (UINT16) p_t2t->tag_data[0] << 8 | p_t2t->tag_data[1];
1988 if ( (version_no == 0)
1989 ||((p_ret = t2t_tag_init_data (p_t2t->tag_hdr[0], TRUE, version_no)) == NULL)

Completed in 97 milliseconds