Home
last modified time | relevance | path

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

/system/nfc/src/nfc/tags/
Drw_t1t_ndef.cc137 if (p_t1t->tlv_detect == TAG_NDEF_TLV) in rw_t1t_info_to_event()
612 if (p_t1t->tlv_detect == TAG_LOCK_CTRL_TLV) { in rw_t1t_handle_read_rsp()
620 } else if (p_t1t->tlv_detect == TAG_NDEF_TLV) { in rw_t1t_handle_read_rsp()
647 if (p_t1t->tlv_detect == TAG_MEM_CTRL_TLV) { in rw_t1t_handle_read_rsp()
662 } else if (p_t1t->tlv_detect == TAG_LOCK_CTRL_TLV) { in rw_t1t_handle_read_rsp()
687 } else if (p_t1t->tlv_detect == TAG_NDEF_TLV) { in rw_t1t_handle_read_rsp()
877 if (p_t1t->tlv_detect == TAG_NDEF_TLV) { in rw_t1t_handle_tlv_detect_rsp()
885 } else if (p_t1t->tlv_detect == TAG_PROPRIETARY_TLV) { in rw_t1t_handle_tlv_detect_rsp()
887 } else if (((p_t1t->tlv_detect == TAG_LOCK_CTRL_TLV) && in rw_t1t_handle_tlv_detect_rsp()
889 ((p_t1t->tlv_detect == TAG_MEM_CTRL_TLV) && in rw_t1t_handle_tlv_detect_rsp()
[all …]
Drw_t2t_ndef.cc104 if (p_t2t->tlv_detect == TAG_LOCK_CTRL_TLV) { in rw_t2t_handle_rsp()
112 } else if (p_t2t->tlv_detect == TAG_NDEF_TLV) { in rw_t2t_handle_rsp()
173 if (p_t2t->tlv_detect == TAG_NDEF_TLV) in rw_t2t_info_to_event()
249 if (p_t2t->tlv_detect == TAG_NDEF_TLV) { in rw_t2t_ntf_tlv_detect_complete()
278 } else if (p_t2t->tlv_detect == TAG_PROPRIETARY_TLV) { in rw_t2t_ntf_tlv_detect_complete()
289 if (p_t2t->tlv_detect == TAG_LOCK_CTRL_TLV) { in rw_t2t_ntf_tlv_detect_complete()
412 uint8_t tlvtype = p_t2t->tlv_detect; in rw_t2t_handle_tlv_detect_rsp()
2818 p_t2t->tlv_detect = tlv_type; in RW_T2tLocateTlv()
Drw_mfc.cc1093 p_mfc->tlv_detect = TAG_NDEF_TLV; in rw_nfc_decodeTlv()
1098 p_mfc->tlv_detect = TAG_PROPRIETARY_TLV; in rw_nfc_decodeTlv()
1139 if (p_mfc->tlv_detect == TAG_NDEF_TLV) { in rw_mfc_ntf_tlv_detect_complete()
/system/nfc/src/nfc/include/
Drw_int.h199 uint8_t tlv_detect; /* TLV type under detection */ member
415 uint8_t tlv_detect; /* TLV type under detection */ member
629 uint8_t tlv_detect; /* TLV type under detection */ member
/system/nfc/src/nfa/rw/
Dnfa_rw_act.cc340 conn_evt_data.tlv_detect.status = NFA_STATUS_OK; in nfa_rw_handle_tlv_detect()
341 conn_evt_data.tlv_detect.protocol = p_rw_data->tlv.protocol; in nfa_rw_handle_tlv_detect()
342 conn_evt_data.tlv_detect.num_bytes = p_rw_data->tlv.num_bytes; in nfa_rw_handle_tlv_detect()
348 conn_evt_data.tlv_detect.status = NFA_STATUS_FAILED; in nfa_rw_handle_tlv_detect()
364 conn_evt_data.tlv_detect.status = NFA_STATUS_FAILED; in nfa_rw_handle_tlv_detect()
371 conn_evt_data.tlv_detect.status = NFA_STATUS_FAILED; in nfa_rw_handle_tlv_detect()
/system/nfc/src/nfa/include/
Dnfa_api.h507 tNFA_TLV_DETECT tlv_detect; /* NFA_TLV_DETECT_EVT */ member