Share via


RawRangingDevice.UpdateRateFrequent Field

Definition

Caution

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

Frequent ranging interval.

[Android.Runtime.Register("UPDATE_RATE_FREQUENT", 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 UpdateRateFrequent = 3;
[<Android.Runtime.Register("UPDATE_RATE_FREQUENT", 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 UpdateRateFrequent : Android.Ranging.Raw.RangingDeviceUpdateRate

Field Value

Value = 3

Implements

Attributes

Remarks

Frequent ranging interval. <ul> <li> UWB - 96 milliseconds for config id UwbRangingParams#CONFIG_PROVISIONED_UNICAST_DS_TWR_VERY_FAST, 120 milliseconds otherwise. See UwbRangingCapabilities#getSupportedRangingUpdateRates() to verify Frequent update rate is supported. </li> <li> BLE RSSI - 500 milliseconds. </li> <li> BLE CS - 100 milliseconds. </li> <li> WiFi Rtt - 128 milliseconds if RttRangingCapabilities#hasPeriodicRangingHardwareFeature() is true, 256 milliseconds otherwise. </li> </ul>

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

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