Searched refs:RFRAME_CONFIG (Results 1 – 4 of 4) sorted by relevance
56 public static final int RFRAME_CONFIG = 0x8C; field in ConfigurationParams214 mRframeConfig.ifPresent(integer -> configParamsBuilder.putByte(RFRAME_CONFIG, in toBytes()380 if (isPresent(configParamsTlv, RFRAME_CONFIG)) { in fromBytes()381 configParamsBuilder.setRframeConfig(configParamsTlv.getByte(RFRAME_CONFIG).intValue()); in fromBytes()
102 public static final int RFRAME_CONFIG = 0x8C; field in UwbCapability299 uwbCapabilityBuilder.putByte(RFRAME_CONFIG, rFrameConfig); in toBytes()739 if (isPresent(uwbCapabilityTlv, RFRAME_CONFIG)) { in fromBytes()742 byte rFrameConfigRaw = uwbCapabilityTlv.getByte(RFRAME_CONFIG); in fromBytes()
71 public static final int RFRAME_CONFIG = 0x12; field in ConfigParam
98 .putByte(ConfigParam.RFRAME_CONFIG, (byte) params.getRframeConfig()) in getTlvBufferFromFiraOpenSessionParams()