Searched refs:tlv_detect (Results 1 – 6 of 6) sorted by relevance
137 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 …]
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()2818 p_t2t->tlv_detect = tlv_type; in RW_T2tLocateTlv()
1090 p_mfc->tlv_detect = TAG_NDEF_TLV; in rw_nfc_decodeTlv()1095 p_mfc->tlv_detect = TAG_PROPRIETARY_TLV; in rw_nfc_decodeTlv()1136 if (p_mfc->tlv_detect == TAG_NDEF_TLV) { in rw_mfc_ntf_tlv_detect_complete()
199 uint8_t tlv_detect; /* TLV type under detection */ member415 uint8_t tlv_detect; /* TLV type under detection */ member629 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()
507 tNFA_TLV_DETECT tlv_detect; /* NFA_TLV_DETECT_EVT */ member