Searched refs:configParamsBuilder (Results 1 – 1 of 1) sorted by relevance
173 TlvBuffer.Builder configParamsBuilder = new TlvBuffer.Builder() in toBytes() local183 mDeviceRole.ifPresent(integer -> configParamsBuilder.putByte(DEVICE_ROLES, in toBytes()186 mRangingMethod.ifPresent(integer -> configParamsBuilder.putByte(RANGING_METHOD, in toBytes()192 integer -> configParamsBuilder.putByte(STS_CONFIG, integer.byteValue())); in toBytes()195 integer -> configParamsBuilder.putByte(MULTI_NODE_MODE, integer.byteValue())); in toBytes()198 aByte -> configParamsBuilder.putByte(RANGING_TIME_STRUCT, aByte)); in toBytes()201 integer -> configParamsBuilder.putByte(SCHEDULED_MODE, integer.byteValue())); in toBytes()203 mHoppingMode.ifPresent(aBoolean -> configParamsBuilder.putByte(HOPPING_MODE, in toBytes()206 mBlockStriding.ifPresent(aBoolean -> configParamsBuilder.putByte(BLOCK_STRIDING, in toBytes()209 mUwbInitiationTime.ifPresent(aBoolean -> configParamsBuilder.putByte(UWB_INITIATION_TIME, in toBytes()[all …]