Searched refs:found_tlv (Results 1 – 3 of 3) sorted by relevance
849 uint8_t found_tlv = TAG_NULL_TLV; in rw_t1t_handle_tlv_detect_rsp() local871 found_tlv = p_readbytes[offset++]; in rw_t1t_handle_tlv_detect_rsp()872 switch (found_tlv) { in rw_t1t_handle_tlv_detect_rsp()932 switch (found_tlv) { in rw_t1t_handle_tlv_detect_rsp()961 switch (found_tlv) { in rw_t1t_handle_tlv_detect_rsp()992 if (found_tlv == TAG_NDEF_TLV) { in rw_t1t_handle_tlv_detect_rsp()1000 switch (found_tlv) { in rw_t1t_handle_tlv_detect_rsp()
433 p_t2t->found_tlv = p_data[offset++]; in rw_t2t_handle_tlv_detect_rsp()434 switch (p_t2t->found_tlv) { in rw_t2t_handle_tlv_detect_rsp()504 switch (p_t2t->found_tlv) { in rw_t2t_handle_tlv_detect_rsp()534 switch (p_t2t->found_tlv) { in rw_t2t_handle_tlv_detect_rsp()567 if (p_t2t->found_tlv == TAG_NDEF_TLV) { in rw_t2t_handle_tlv_detect_rsp()569 } else if (p_t2t->found_tlv == TAG_PROPRIETARY_TLV) { in rw_t2t_handle_tlv_detect_rsp()577 switch (p_t2t->found_tlv) { in rw_t2t_handle_tlv_detect_rsp()
414 uint8_t found_tlv; /* The Tlv found while searching a particular TLV */ member