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.cc134 if (p_t1t->tlv_detect == TAG_NDEF_TLV) in rw_t1t_info_to_event()
609 if (p_t1t->tlv_detect == TAG_LOCK_CTRL_TLV) { in rw_t1t_handle_read_rsp()
617 } else if (p_t1t->tlv_detect == TAG_NDEF_TLV) { in rw_t1t_handle_read_rsp()
644 if (p_t1t->tlv_detect == TAG_MEM_CTRL_TLV) { in rw_t1t_handle_read_rsp()
659 } else if (p_t1t->tlv_detect == TAG_LOCK_CTRL_TLV) { in rw_t1t_handle_read_rsp()
684 } else if (p_t1t->tlv_detect == TAG_NDEF_TLV) { in rw_t1t_handle_read_rsp()
874 if (p_t1t->tlv_detect == TAG_NDEF_TLV) { in rw_t1t_handle_tlv_detect_rsp()
882 } else if (p_t1t->tlv_detect == TAG_PROPRIETARY_TLV) { in rw_t1t_handle_tlv_detect_rsp()
884 } else if (((p_t1t->tlv_detect == TAG_LOCK_CTRL_TLV) && in rw_t1t_handle_tlv_detect_rsp()
886 ((p_t1t->tlv_detect == TAG_MEM_CTRL_TLV) && in rw_t1t_handle_tlv_detect_rsp()
[all …]
Drw_t2t_ndef.cc99 if (p_t2t->tlv_detect == TAG_LOCK_CTRL_TLV) { in rw_t2t_handle_rsp()
107 } else if (p_t2t->tlv_detect == TAG_NDEF_TLV) { in rw_t2t_handle_rsp()
168 if (p_t2t->tlv_detect == TAG_NDEF_TLV) in rw_t2t_info_to_event()
244 if (p_t2t->tlv_detect == TAG_NDEF_TLV) { in rw_t2t_ntf_tlv_detect_complete()
273 } else if (p_t2t->tlv_detect == TAG_PROPRIETARY_TLV) { in rw_t2t_ntf_tlv_detect_complete()
284 if (p_t2t->tlv_detect == TAG_LOCK_CTRL_TLV) { in rw_t2t_ntf_tlv_detect_complete()
406 uint8_t tlvtype = p_t2t->tlv_detect; in rw_t2t_handle_tlv_detect_rsp()
2805 p_t2t->tlv_detect = tlv_type; in RW_T2tLocateTlv()
Drw_mfc.cc1102 p_mfc->tlv_detect = TAG_NDEF_TLV; in rw_nfc_decodeTlv()
1107 p_mfc->tlv_detect = TAG_PROPRIETARY_TLV; in rw_nfc_decodeTlv()
1149 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
413 uint8_t tlv_detect; /* TLV type under detection */ member
651 uint8_t tlv_detect; /* TLV type under detection */ member
/system/nfc/src/nfa/rw/
Dnfa_rw_act.cc338 conn_evt_data.tlv_detect.status = NFA_STATUS_OK; in nfa_rw_handle_tlv_detect()
339 conn_evt_data.tlv_detect.protocol = p_rw_data->tlv.protocol; in nfa_rw_handle_tlv_detect()
340 conn_evt_data.tlv_detect.num_bytes = p_rw_data->tlv.num_bytes; in nfa_rw_handle_tlv_detect()
346 conn_evt_data.tlv_detect.status = NFA_STATUS_FAILED; in nfa_rw_handle_tlv_detect()
362 conn_evt_data.tlv_detect.status = NFA_STATUS_FAILED; in nfa_rw_handle_tlv_detect()
369 conn_evt_data.tlv_detect.status = NFA_STATUS_FAILED; in nfa_rw_handle_tlv_detect()
/system/nfc/src/nfa/include/
Dnfa_api.h487 tNFA_TLV_DETECT tlv_detect; /* NFA_TLV_DETECT_EVT */ member