Searched refs:found_tlv (Results 1 – 3 of 3) sorted by relevance
902 UINT8 found_tlv = TAG_NULL_TLV; in rw_t1t_handle_tlv_detect_rsp() local927 found_tlv = p_readbytes[offset++]; in rw_t1t_handle_tlv_detect_rsp()928 switch (found_tlv) in rw_t1t_handle_tlv_detect_rsp()994 switch (found_tlv) in rw_t1t_handle_tlv_detect_rsp()1030 switch (found_tlv) in rw_t1t_handle_tlv_detect_rsp()1065 if (found_tlv == TAG_NDEF_TLV) in rw_t1t_handle_tlv_detect_rsp()1074 switch (found_tlv) in rw_t1t_handle_tlv_detect_rsp()
463 p_t2t->found_tlv = p_data[offset++]; in rw_t2t_handle_tlv_detect_rsp()464 switch (p_t2t->found_tlv) in rw_t2t_handle_tlv_detect_rsp()536 switch (p_t2t->found_tlv) in rw_t2t_handle_tlv_detect_rsp()573 switch (p_t2t->found_tlv) in rw_t2t_handle_tlv_detect_rsp()610 if (p_t2t->found_tlv == TAG_NDEF_TLV) in rw_t2t_handle_tlv_detect_rsp()614 else if (p_t2t->found_tlv == TAG_PROPRIETARY_TLV) in rw_t2t_handle_tlv_detect_rsp()623 switch (p_t2t->found_tlv) in rw_t2t_handle_tlv_detect_rsp()
317 …UINT8 found_tlv; /* The Tlv found while searching a particu… member