Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/config/
DCapabilityParam.java98 public static final int CCC_SUPPORTED_UWB_CONFIGS = field in CapabilityParam
99 UwbVendorCapabilityTlvTypes.CCC_SUPPORTED_UWB_CONFIGS;
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DAliroDecoder.java42 import static com.android.server.uwb.config.CapabilityParam.CCC_SUPPORTED_UWB_CONFIGS;
144 byte[] configs = tlvs.getByteArray(CCC_SUPPORTED_UWB_CONFIGS); in getAliroSpecificationParamsFromTlvBuffer()
DCccDecoder.java42 import static com.android.server.uwb.config.CapabilityParam.CCC_SUPPORTED_UWB_CONFIGS;
142 byte[] configs = tlvs.getByteArray(CCC_SUPPORTED_UWB_CONFIGS); in getCccSpecificationParamsFromTlvBuffer()