Searched refs:CC_CONSTRAINT_LENGTH_K3 (Results 1 – 4 of 4) sorted by relevance
28 import static com.android.server.uwb.config.CapabilityParam.CC_CONSTRAINT_LENGTH_K3;406 if (isBitSet(ccConstraintUci, CC_CONSTRAINT_LENGTH_K3) && hasBprfSupport) { in getFiraSpecificationParamsFromTlvBuffer()412 if (isBitSet(ccConstraintUci, CC_CONSTRAINT_LENGTH_K3) && hasHprfSupport) { in getFiraSpecificationParamsFromTlvBuffer()693 if (isBitSet(ccConstraintUci, CC_CONSTRAINT_LENGTH_K3) && hasBprfSupport) { in getFiraSpecificationParamsFromTlvBuffer()699 if (isBitSet(ccConstraintUci, CC_CONSTRAINT_LENGTH_K3) && hasHprfSupport) { in getFiraSpecificationParamsFromTlvBuffer()
186 public static final int CC_CONSTRAINT_LENGTH_K3 = 0x1; field in CapabilityParam
23 import static com.android.server.uwb.config.CapabilityParam.CC_CONSTRAINT_LENGTH_K3;405 ccConstraintLength |= (byte) CC_CONSTRAINT_LENGTH_K3; in getCcConstraintLength()
334 byte k3 = (byte) CapabilityParam.CC_CONSTRAINT_LENGTH_K3; in getPreferredConstrainLengthOfConvolutionalCode()