BleCsRangingCapabilities.CsSecurityLevelFour Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Ranging.Ble.CS.BleCsRangingCapabilitiesCsSecurityLevel enum directly instead of this field.
Security Level 4: 10 ns CS RTT accuracy and CS tones with the addition of CS RTT sounding sequence or random sequence payloads, and support of the Normalized Attack Detector Metric requirements.
[Android.Runtime.Register("CS_SECURITY_LEVEL_FOUR", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Ranging.Ble.CS.BleCsRangingCapabilitiesCsSecurityLevel enum directly instead of this field.", true)]
public const Android.Ranging.Ble.CS.BleCsRangingCapabilitiesCsSecurityLevel CsSecurityLevelFour = 4;
[<Android.Runtime.Register("CS_SECURITY_LEVEL_FOUR", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Ranging.Ble.CS.BleCsRangingCapabilitiesCsSecurityLevel enum directly instead of this field.", true)>]
val mutable CsSecurityLevelFour : Android.Ranging.Ble.CS.BleCsRangingCapabilitiesCsSecurityLevel
Field Value
Value = 4Implements
- Attributes
Remarks
Security Level 4: 10 ns CS RTT accuracy and CS tones with the addition of CS RTT sounding sequence or random sequence payloads, and support of the Normalized Attack Detector Metric requirements.
Java documentation for android.ranging.ble.cs.BleCsRangingCapabilities.CS_SECURITY_LEVEL_FOUR
.
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.