Sprache

BluetoothDevice.LeAppearance Property

Definition

Get the Bluetooth LE Appearance of the remote device.

public int LeAppearance { [Android.Runtime.Register("getLeAppearance", "()I", "", ApiSince=37)] [Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")] get; }
[<get: Android.Runtime.Register("getLeAppearance", "()I", "", ApiSince=37)>]
[<get: Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.LeAppearance : int

Property Value

the LE Appearance value, or #LE_APPEARANCE_UNKNOWN if the appearance is unknown or not yet available.

Attributes

Applies to