Searched refs:tlv_length (Results 1 – 2 of 2) sorted by relevance
1853 p_i93->tlv_length = *(p + xx); in rw_i93_sm_detect_ndef()1858 p_i93->ndef_tlv_start_offset + 1 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()1865 p_i93->tlv_length = *(p + xx); in rw_i93_sm_detect_ndef()1870 p_i93->tlv_length = (p_i93->tlv_length << 8) + *(p + xx); in rw_i93_sm_detect_ndef()1875 p_i93->ndef_tlv_start_offset + 3 + p_i93->tlv_length; in rw_i93_sm_detect_ndef()1880 if (p_i93->tlv_length <= length - xx) { in rw_i93_sm_detect_ndef()1882 xx += (uint8_t)p_i93->tlv_length; in rw_i93_sm_detect_ndef()1886 p_i93->tlv_length -= (length - xx); in rw_i93_sm_detect_ndef()1895 p_i93->ndef_length = p_i93->tlv_length; in rw_i93_sm_detect_ndef()
720 uint16_t tlv_length; /* currently detected length */ member