[go: nahoru, domu]

Searched defs:TlvElement (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/nan/
H A DTlvBufferUtils.java281 * {@link TlvIterable} to iterate over array. A {@link TlvElement}
284 public static class TlvElement { class in class:TlvBufferUtils
299 * element where the entry starts at {@link TlvElement#mOffset}.
304 * The offset to be used into {@link TlvElement#mRefArray} to access the
309 private TlvElement(int type, int length, byte[] refArray, int offset) { method in class:TlvBufferUtils.TlvElement
319 * {@link TlvElement#mLength} is != 1 will result in an exception.
334 * {@link TlvElement#mLength} is != 2 will result in an exception.
349 * whose {@link TlvElement#mLength} is != 4 will result in an exception.
374 public static class TlvIterable implements Iterable<TlvElement> {
416 for (TlvElement tl
[all...]

Completed in 72 milliseconds