Searched refs:UWB_SESSION_ID (Results 1 – 1 of 1) sorted by relevance
46 public static int UWB_SESSION_ID = 0x81; field in SessionData76 sessionDataBuilder.putByteArray(UWB_SESSION_ID, ByteBuffer.allocate(4).putInt( in toBytes()115 if (isPresent(tlvs, UWB_SESSION_ID)) { in fromBytes()117 ByteBuffer.wrap(tlvs.getByteArray(UWB_SESSION_ID)).getInt()); in fromBytes()