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

/frameworks/base/wifi/java/android/net/wifi/aware/
H A DTlvBufferUtils.java53 * {@link TlvConstructor#wrap(byte[])}) or allocated (using
54 * {@link TlvConstructor#allocate(int)}).
56 * Values are added to the structure using the {@code TlvConstructor.put*()}
59 * The final byte array is obtained using {@link TlvConstructor#getArray()}.
61 public static class TlvConstructor { class in class:TlvBufferUtils
80 public TlvConstructor(int typeSize, int lengthSize) { method in class:TlvBufferUtils.TlvConstructor
96 public TlvConstructor wrap(@Nullable byte[] array) {
109 public TlvConstructor allocate(int capacity) {
123 public TlvConstructor allocateAndPut(@Nullable List<byte[]> list) {
142 * formatted structure (i.e. typeLength=0 in {@link TlvConstructor
[all...]

Completed in 383 milliseconds