Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DUwbCapability.java104 public static final int BPRF_PARAMETER_SETS = 0x8E; field in UwbCapability
306 uwbCapabilityBuilder.putByte(BPRF_PARAMETER_SETS, bprfParameterSet); in toBytes()
776 if (isPresent(uwbCapabilityTlv, BPRF_PARAMETER_SETS)) { in fromBytes()
777 byte bprfSets = uwbCapabilityTlv.getByte(BPRF_PARAMETER_SETS); in fromBytes()