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
val isAzimuthalAngleSupported: Boolean
  • Whether azimuthal angle of arrival is supported

isBackgroundRangingSupported

Added in 1.0.0
val isBackgroundRangingSupported: Boolean
  • Whether a ranging can be started when the app is in background

isDistanceSupported

Added in 1.0.0
val isDistanceSupported: Boolean
  • Whether distance ranging is supported

isElevationAngleSupported

Added in 1.0.0
val isElevationAngleSupported: Boolean
  • Whether elevation angle of arrival is supported

isRangingIntervalReconfigureSupported

Added in 1.0.0
val isRangingIntervalReconfigureSupported: Boolean
  • Whether ranging interval reconfiguration is supported

minRangingInterval

Added in 1.0.0
val minRangingInterval: Int
  • Minimum ranging interval

supportedChannels

Added in 1.0.0
val supportedChannels: Set<Int>
  • Set of supported channels

supportedConfigIds

Added in 1.0.0
val supportedConfigIds: Set<Int>
  • Set of supported config ids

supportedNtfConfigs

Added in 1.0.0
val supportedNtfConfigs: Set<Int>
  • Set of supported notification config

supportedRangingUpdateRates

Added in 1.0.0
val supportedRangingUpdateRates: Set<Int>
  • Set of supported update rates

supportedSlotDurations

Added in 1.0.0
val supportedSlotDurations: Set<Int>
  • Set of supported slot durations