Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DConfigurationParams.java46 public static final int DEVICE_ROLES = 0x82; field in ConfigurationParams
183 mDeviceRole.ifPresent(integer -> configParamsBuilder.putByte(DEVICE_ROLES, in toBytes()
347 if (isPresent(configParamsTlv, DEVICE_ROLES)) { in fromBytes()
348 configParamsBuilder.setDeviceRole(configParamsTlv.getByte(DEVICE_ROLES)); in fromBytes()
DUwbCapability.java92 public static final int DEVICE_ROLES = 0x82; field in UwbCapability
207 uwbCapabilityBuilder.putByte(DEVICE_ROLES, deviceRoles); in toBytes()
640 if (isPresent(uwbCapabilityTlv, DEVICE_ROLES)) { in fromBytes()
643 byte deviceRolesRaw = uwbCapabilityTlv.getByte(DEVICE_ROLES); in fromBytes()