Searched refs:getTlv (Results 1 – 3 of 3) sorted by relevance
125 private Tlv getTlv(int tagType) { in getTlv() method in TlvDecoderBuffer138 Tlv tlv = getTlv(tagType); in getByte()151 Tlv tlv = getTlv(tagType); in getShort()164 Tlv tlv = getTlv(tagType); in getInt()177 Tlv tlv = getTlv(tagType); in getLong()190 Tlv tlv = getTlv(tagType); in getByteArray()
39 public byte[] getTlv() { in getTlv() method in UwbTlvData
135 TlvDecoderBuffer tlvs = new TlvDecoderBuffer(tlvData.getTlv(), numOfTlvs); in decodeTLV()