Searched refs:CC_CONSTRAINT_LENGTH_K7 (Results 1 – 4 of 4) sorted by relevance
29 import static com.android.server.uwb.config.CapabilityParam.CC_CONSTRAINT_LENGTH_K7;409 if (isBitSet(ccConstraintUci, CC_CONSTRAINT_LENGTH_K7) && hasBprfSupport) { in getFiraSpecificationParamsFromTlvBuffer()415 if (isBitSet(ccConstraintUci, CC_CONSTRAINT_LENGTH_K7) && hasHprfSupport) { in getFiraSpecificationParamsFromTlvBuffer()696 if (isBitSet(ccConstraintUci, CC_CONSTRAINT_LENGTH_K7) && hasBprfSupport) { in getFiraSpecificationParamsFromTlvBuffer()702 if (isBitSet(ccConstraintUci, CC_CONSTRAINT_LENGTH_K7) && hasHprfSupport) { in getFiraSpecificationParamsFromTlvBuffer()
187 public static final int CC_CONSTRAINT_LENGTH_K7 = 0x2; field in CapabilityParam
24 import static com.android.server.uwb.config.CapabilityParam.CC_CONSTRAINT_LENGTH_K7;411 ccConstraintLength |= (byte) CC_CONSTRAINT_LENGTH_K7; in getCcConstraintLength()568 & CC_CONSTRAINT_LENGTH_K7) != 0) { in getPreferredConstrainLengthOfConvolutionalCode()
335 byte k7 = (byte) CapabilityParam.CC_CONSTRAINT_LENGTH_K7; in getPreferredConstrainLengthOfConvolutionalCode()