Share via


BleCsRangingCapabilities.SupportedSecurityLevels Property

Definition

Returns a list of the supported security levels.

public System.Collections.Generic.ICollection<Java.Lang.Integer> SupportedSecurityLevels { [Android.Runtime.Register("getSupportedSecurityLevels", "()Ljava/util/Set;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getSupportedSecurityLevels", "()Ljava/util/Set;", "", ApiSince=36)>]
member this.SupportedSecurityLevels : System.Collections.Generic.ICollection<Java.Lang.Integer>

Property Value

a Set of integers representing the security levels, where each level is one of SecurityLevel.

Attributes

Remarks

Returns a list of the supported security levels.

Java documentation for android.ranging.ble.cs.BleCsRangingCapabilities.getSupportedSecurityLevels().

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