Searched refs:CCC_SUPPORTED_SYNC_CODES (Results 1 – 3 of 3) sorted by relevance
108 public static final int CCC_SUPPORTED_SYNC_CODES = field in CapabilityParam109 UwbVendorCapabilityTlvTypes.CCC_SUPPORTED_SYNC_CODES;
41 import static com.android.server.uwb.config.CapabilityParam.CCC_SUPPORTED_SYNC_CODES;177 byte[] syncCodes = tlvs.getByteArray(CCC_SUPPORTED_SYNC_CODES); in getAliroSpecificationParamsFromTlvBuffer()188 int syncCodes = ByteBuffer.wrap(tlvs.getByteArray(CCC_SUPPORTED_SYNC_CODES)).getInt(); in getAliroSpecificationParamsFromTlvBuffer()
41 import static com.android.server.uwb.config.CapabilityParam.CCC_SUPPORTED_SYNC_CODES;183 byte[] syncCodes = tlvs.getByteArray(CCC_SUPPORTED_SYNC_CODES); in getCccSpecificationParamsFromTlvBuffer()194 int syncCodes = ByteBuffer.wrap(tlvs.getByteArray(CCC_SUPPORTED_SYNC_CODES)).getInt(); in getCccSpecificationParamsFromTlvBuffer()