RangingCapabilities


class RangingCapabilities


Describes UWB ranging capabilities for the current device.

Summary

Public properties

Boolean
  • Whether azimuthal angle of arrival is supported

Boolean
  • Whether a ranging can be started when the app is in background

Boolean
  • Whether distance ranging is supported

Boolean
  • Whether elevation angle of arrival is supported

Boolean
  • Whether ranging interval reconfiguration is supported

Int
  • Minimum ranging interval

Set<Int>
  • Set of supported channels

Set<Int>
  • Set of supported config ids

Set<Int>
  • Set of supported notification config

Set<Int>
  • Set of supported update rates

Set<Int>
  • Set of supported slot durations

Public properties

isAzimuthalAngleSupported

Added in 1.0.0-alpha08
val isAzimuthalAngleSupportedBoolean
  • Whether azimuthal angle of arrival is supported

isBackgroundRangingSupported

Added in 1.0.0-alpha08
val isBackgroundRangingSupportedBoolean
  • Whether a ranging can be started when the app is in background

isDistanceSupported

Added in 1.0.0-alpha08
val isDistanceSupportedBoolean
  • Whether distance ranging is supported

isElevationAngleSupported

Added in 1.0.0-alpha08
val isElevationAngleSupportedBoolean
  • Whether elevation angle of arrival is supported

isRangingIntervalReconfigureSupported

Added in 1.0.0-alpha08
val isRangingIntervalReconfigureSupportedBoolean
  • Whether ranging interval reconfiguration is supported

minRangingInterval

Added in 1.0.0-alpha08
val minRangingIntervalInt
  • Minimum ranging interval

supportedChannels

Added in 1.0.0-alpha08
val supportedChannelsSet<Int>
  • Set of supported channels

supportedConfigIds

Added in 1.0.0-alpha08
val supportedConfigIdsSet<Int>
  • Set of supported config ids

supportedNtfConfigs

Added in 1.0.0-alpha08
val supportedNtfConfigsSet<Int>
  • Set of supported notification config

supportedRangingUpdateRates

Added in 1.0.0-alpha08
val supportedRangingUpdateRatesSet<Int>
  • Set of supported update rates

supportedSlotDurations

Added in 1.0.0-alpha08
val supportedSlotDurationsSet<Int>
  • Set of supported slot durations