Searched refs:RANGING_TIME_STRUCT (Results 1 – 4 of 4) sorted by relevance
50 public static final int RANGING_TIME_STRUCT = 0x86; field in ConfigurationParams198 aByte -> configParamsBuilder.putByte(RANGING_TIME_STRUCT, aByte)); in toBytes()361 if (isPresent(configParamsTlv, RANGING_TIME_STRUCT)) { in fromBytes()362 configParamsBuilder.setRangingTimeStruct(configParamsTlv.getByte(RANGING_TIME_STRUCT)); in fromBytes()
96 public static final int RANGING_TIME_STRUCT = 0x86; field in UwbCapability244 aByte -> uwbCapabilityBuilder.putByte(RANGING_TIME_STRUCT, aByte)); in toBytes()693 if (isPresent(uwbCapabilityTlv, RANGING_TIME_STRUCT)) { in fromBytes()695 uwbCapabilityTlv.getByte(RANGING_TIME_STRUCT)); in fromBytes()
79 public static final int RANGING_TIME_STRUCT = 0x1A; field in ConfigParam
106 .putByte(ConfigParam.RANGING_TIME_STRUCT, (byte) params.getRangingTimeStruct()) in getTlvBufferFromFiraOpenSessionParams()