Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DUwbCapability.java563 Optional<Byte> remoteCcConstrainLength) { in getPreferredConstrainLengthOfConvolutionalCode() argument
564 if (mCcConstraintLength.isEmpty() || remoteCcConstrainLength.isEmpty()) { in getPreferredConstrainLengthOfConvolutionalCode()
567 if ((mCcConstraintLength.get() & remoteCcConstrainLength.get() in getPreferredConstrainLengthOfConvolutionalCode()