Searched refs:tlv_length (Results 1 – 2 of 2) sorted by relevance
1937 p_i93->tlv_length = *(p + xx); in rw_i93_sm_detect_ndef()1942 p_i93->ndef_tlv_start_offset + 1 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()1949 p_i93->tlv_length = *(p + xx); in rw_i93_sm_detect_ndef()1954 p_i93->tlv_length = (p_i93->tlv_length << 8) + *(p + xx); in rw_i93_sm_detect_ndef()1959 p_i93->ndef_tlv_start_offset + 3 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()1964 if (p_i93->tlv_length <= length - xx) { in rw_i93_sm_detect_ndef()1966 xx += (uint8_t)p_i93->tlv_length; in rw_i93_sm_detect_ndef()1970 p_i93->tlv_length -= (length - xx); in rw_i93_sm_detect_ndef()1979 p_i93->ndef_length = p_i93->tlv_length; in rw_i93_sm_detect_ndef()
727 uint16_t tlv_length; /* currently detected length */ member