Share via


RawRangingDevice.UpdateRateNormal Field

Definition

Caution

This constant will be removed in the future version. Use Android.Ranging.Raw.RangingDeviceUpdateRate enum directly instead of this field.

Normal ranging interval (Default).

[Android.Runtime.Register("UPDATE_RATE_NORMAL", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Ranging.Raw.RangingDeviceUpdateRate enum directly instead of this field.", true)]
public const Android.Ranging.Raw.RangingDeviceUpdateRate UpdateRateNormal = 1;
[<Android.Runtime.Register("UPDATE_RATE_NORMAL", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Ranging.Raw.RangingDeviceUpdateRate enum directly instead of this field.", true)>]
val mutable UpdateRateNormal : Android.Ranging.Raw.RangingDeviceUpdateRate

Field Value

Value = 1

Implements

Attributes

Remarks

Normal ranging interval (Default). <ul> <li> UWB - 200 milliseconds for config ids UwbRangingParams#getConfigId() with multicast ranging, 240 milliseconds for unicast. </li> <li> BLE RSSI - 1 second. </li> <li> BLE CS - 200 ms. </li> <li> WiFi Rtt - 256 milliseconds if RttRangingCapabilities#hasPeriodicRangingHardwareFeature() is true, 512 milliseconds otherwise. </li> </ul>

Java documentation for android.ranging.raw.RawRangingDevice.UPDATE_RATE_NORMAL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to