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

/external/libnfc-nci/src/nfc/tags/
H A Drw_t2t_ndef.c446 UINT8 tlvtype = p_t2t->tlv_detect; local
477 if (tlvtype == TAG_NDEF_TLV)
485 else if (tlvtype == TAG_PROPRIETARY_TLV)
490 else if ( ((tlvtype == TAG_LOCK_CTRL_TLV) && (p_t2t->num_lockbytes > 0))
491 ||((tlvtype == TAG_MEM_CTRL_TLV) && (p_t2t->num_mem_tlvs > 0)) )
511 if (tlvtype == TAG_PROPRIETARY_TLV)
516 else if ( ((tlvtype == TAG_LOCK_CTRL_TLV) && (p_t2t->num_lockbytes > 0))
517 ||((tlvtype == TAG_MEM_CTRL_TLV) && (p_t2t->num_mem_tlvs > 0)) )
530 if ( ((tlvtype == TAG_LOCK_CTRL_TLV) && (p_t2t->num_lockbytes > 0))
531 ||((tlvtype
[all...]

Completed in 17 milliseconds