Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/config/
DCapabilityParam.java96 public static final int CCC_SUPPORTED_VERSIONS = field in CapabilityParam
97 UwbVendorCapabilityTlvTypes.CCC_SUPPORTED_VERSIONS;
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DAliroDecoder.java44 import static com.android.server.uwb.config.CapabilityParam.CCC_SUPPORTED_VERSIONS;
136 byte[] versions = tlvs.getByteArray(CCC_SUPPORTED_VERSIONS); in getAliroSpecificationParamsFromTlvBuffer()
DCccDecoder.java44 import static com.android.server.uwb.config.CapabilityParam.CCC_SUPPORTED_VERSIONS;
134 byte[] versions = tlvs.getByteArray(CCC_SUPPORTED_VERSIONS); in getCccSpecificationParamsFromTlvBuffer()