Searched refs:SLOTS_PER_RR (Results 1 – 9 of 9) sorted by relevance
56 SLOTS_PER_RR = 30 variable in FiraParamEnums225 slots_per_ranging_round: int = FiraParamEnums.SLOTS_PER_RR
56 SLOTS_PER_RR = 30 variable in FiraParamEnums224 slots_per_ranging_round: int = FiraParamEnums.SLOTS_PER_RR
67 public static final int SLOTS_PER_RR = 0x97; field in ConfigurationParams269 integer -> configParamsBuilder.putByte(SLOTS_PER_RR, integer.byteValue())); in toBytes()442 if (isPresent(configParamsTlv, SLOTS_PER_RR)) { in fromBytes()444 configParamsTlv.getByte(SLOTS_PER_RR).intValue()); in fromBytes()
80 public static final int SLOTS_PER_RR = 0x1B; field in ConfigParam
96 .putByte(ConfigParam.SLOTS_PER_RR, in getTlvBufferFromAliroOpenRangingParams()
96 .putByte(ConfigParam.SLOTS_PER_RR, in getTlvBufferFromCccOpenRangingParams()
107 .putByte(ConfigParam.SLOTS_PER_RR, (byte) params.getSlotsPerRangingRound()) in getTlvBufferFromFiraOpenSessionParams()
473 public static final int SLOTS_PER_RR = 25; field in FiraParams
1160 private int mSlotsPerRangingRound = SLOTS_PER_RR;1215 private byte[] mCapSize = {(SLOTS_PER_RR - 1) , MIN_CAP_SIZE};