Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t2t_ndef.cc412 uint8_t tlvtype = p_t2t->tlv_detect; in rw_t2t_handle_tlv_detect_rsp() local
439 if (tlvtype == TAG_NDEF_TLV) { in rw_t2t_handle_tlv_detect_rsp()
446 } else if (tlvtype == TAG_PROPRIETARY_TLV) { in rw_t2t_handle_tlv_detect_rsp()
450 } else if (((tlvtype == TAG_LOCK_CTRL_TLV) && in rw_t2t_handle_tlv_detect_rsp()
452 ((tlvtype == TAG_MEM_CTRL_TLV) && in rw_t2t_handle_tlv_detect_rsp()
473 if (tlvtype == TAG_PROPRIETARY_TLV) { in rw_t2t_handle_tlv_detect_rsp()
485 if (((tlvtype == TAG_LOCK_CTRL_TLV) && in rw_t2t_handle_tlv_detect_rsp()
487 ((tlvtype == TAG_MEM_CTRL_TLV) && (p_t2t->num_mem_tlvs > 0))) { in rw_t2t_handle_tlv_detect_rsp()
543 } else if (((tlvtype == TAG_LOCK_CTRL_TLV) && in rw_t2t_handle_tlv_detect_rsp()
545 ((tlvtype == TAG_MEM_CTRL_TLV) && in rw_t2t_handle_tlv_detect_rsp()
[all …]