Home
last modified time | relevance | path

Searched refs:CC_CONSTRAINT_LENGTH (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DConfigurationParams.java57 public static final int CC_CONSTRAINT_LENGTH = 0x8D; field in ConfigurationParams
218 cccLen -> configParamsBuilder.putByte(CC_CONSTRAINT_LENGTH, cccLen.byteValue())); in toBytes()
383 if (isPresent(configParamsTlv, CC_CONSTRAINT_LENGTH)) { in fromBytes()
385 configParamsTlv.getByte(CC_CONSTRAINT_LENGTH).intValue()); in fromBytes()
DUwbCapability.java103 public static final int CC_CONSTRAINT_LENGTH = 0x8D; field in UwbCapability
302 uwbCapabilityBuilder.putByte(CC_CONSTRAINT_LENGTH, mCcConstraintLength.get()); in toBytes()
754 if (isPresent(uwbCapabilityTlv, CC_CONSTRAINT_LENGTH)) { in fromBytes()
755 byte ccConstraintLength = uwbCapabilityTlv.getByte(CC_CONSTRAINT_LENGTH); in fromBytes()