Searched refs:DEVICE_ROLES (Results 1 – 2 of 2) sorted by relevance
46 public static final int DEVICE_ROLES = 0x82; field in ConfigurationParams183 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()
92 public static final int DEVICE_ROLES = 0x82; field in UwbCapability207 uwbCapabilityBuilder.putByte(DEVICE_ROLES, deviceRoles); in toBytes()640 if (isPresent(uwbCapabilityTlv, DEVICE_ROLES)) { in fromBytes()643 byte deviceRolesRaw = uwbCapabilityTlv.getByte(DEVICE_ROLES); in fromBytes()