Searched refs:tlv_detect (Results 1 – 7 of 7) sorted by relevance
137 if (p_t1t->tlv_detect == TAG_NDEF_TLV) in rw_t1t_info_to_event()1125 ((p_t1t->tlv_detect == TAG_MEM_CTRL_TLV) && in rw_t1t_handle_tlv_detect_rsp()1129 if (p_t1t->tlv_detect == TAG_NDEF_TLV) { in rw_t1t_handle_tlv_detect_rsp()1181 p_t1t->tlv_detect = TAG_NDEF_TLV; in rw_t1t_handle_ndef_rall_rsp()2251 p_t1t->tlv_detect = tlv_type; in RW_T1tLocateTlv()2253 if ((p_t1t->tlv_detect == TAG_NDEF_TLV) && in RW_T1tLocateTlv()2260 if ((p_t1t->tlv_detect == TAG_MEM_CTRL_TLV) || in RW_T1tLocateTlv()2261 (p_t1t->tlv_detect == TAG_NDEF_TLV)) { in RW_T1tLocateTlv()2265 if ((p_t1t->tlv_detect == TAG_LOCK_CTRL_TLV) || in RW_T1tLocateTlv()2266 (p_t1t->tlv_detect == TAG_NDEF_TLV)) { in RW_T1tLocateTlv()[all …]
104 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()2855 p_t2t->tlv_detect = tlv_type; in RW_T2tLocateTlv()
1100 p_mfc->tlv_detect = TAG_NDEF_TLV; in rw_nfc_decodeTlv()1105 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()
199 uint8_t tlv_detect; /* TLV type under detection */ member413 uint8_t tlv_detect; /* TLV type under detection */ member651 uint8_t tlv_detect; /* TLV type under detection */ member
340 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()
522 status = eventData->tlv_detect.status; in nfaConnectionCallback()526 __func__, status, eventData->tlv_detect.protocol, in nfaConnectionCallback()527 eventData->tlv_detect.num_tlvs, eventData->tlv_detect.num_bytes); in nfaConnectionCallback()
514 tNFA_TLV_DETECT tlv_detect; /* NFA_TLV_DETECT_EVT */ member