Searched refs:MAX_RR_RETRY (Results 1 – 3 of 3) sorted by relevance
73 public static final int MAX_RR_RETRY = 0x9D; field in ConfigurationParams294 integer -> configParamsBuilder.putByteArray(MAX_RR_RETRY, ByteBuffer.allocate( in toBytes()467 if (isPresent(configParamsTlv, MAX_RR_RETRY)) { in fromBytes()469 ByteBuffer.wrap(configParamsTlv.getByteArray(MAX_RR_RETRY)).getInt()); in fromBytes()
94 public static final int MAX_RR_RETRY = 0x2A; field in ConfigParam
116 .putShort(ConfigParam.MAX_RR_RETRY, (short) params.getMaxRangingRoundRetries()) in getTlvBufferFromFiraOpenSessionParams()