Searched refs:MAX_RTT_BURST_SIZE (Results 1 – 1 of 1) sorted by relevance
62 private static final int MAX_RTT_BURST_SIZE = 31; field in RangingRequest100 return MAX_RTT_BURST_SIZE; in getMaxRttBurstSize()249 if (rttBurstSize < MIN_RTT_BURST_SIZE || rttBurstSize > MAX_RTT_BURST_SIZE) { in setRttBurstSize()