Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c439 UINT8 tlvtype = p_t2t->tlv_detect; in rw_t2t_handle_tlv_detect_rsp() local
470 if (tlvtype == TAG_NDEF_TLV) in rw_t2t_handle_tlv_detect_rsp()
478 else if (tlvtype == TAG_PROPRIETARY_TLV) in rw_t2t_handle_tlv_detect_rsp()
483 else if ( ((tlvtype == TAG_LOCK_CTRL_TLV) && (p_t2t->num_lockbytes > 0)) in rw_t2t_handle_tlv_detect_rsp()
484 ||((tlvtype == TAG_MEM_CTRL_TLV) && (p_t2t->num_mem_tlvs > 0)) ) in rw_t2t_handle_tlv_detect_rsp()
504 if (tlvtype == TAG_PROPRIETARY_TLV) in rw_t2t_handle_tlv_detect_rsp()
517 if ( ((tlvtype == TAG_LOCK_CTRL_TLV) && (p_t2t->num_lockbytes > 0)) in rw_t2t_handle_tlv_detect_rsp()
518 ||((tlvtype == TAG_MEM_CTRL_TLV) && (p_t2t->num_mem_tlvs > 0)) ) in rw_t2t_handle_tlv_detect_rsp()
585 else if ( ((tlvtype == TAG_LOCK_CTRL_TLV) && (p_t2t->num_lockbytes > 0)) in rw_t2t_handle_tlv_detect_rsp()
586 ||((tlvtype == TAG_MEM_CTRL_TLV) && (p_t2t->num_mem_tlvs > 0)) ) in rw_t2t_handle_tlv_detect_rsp()
[all …]