Table of Contents

Enum DevicePairingProtectionLevel

Namespace
nanoFramework.Device.Bluetooth
Assembly
nanoFramework.Device.Bluetooth.dll

The level of protection for pairing.

public enum DevicePairingProtectionLevel

Fields

Default = 0

The default value. This should not be used.

Encryption = 2

Pair the device using encryption.

EncryptionAndAuthentication = 3

Pair the device using encryption and authentication.

None = 1

Pair the device using no levels of protection.