Enum DevicePairingProtectionLevel
- Namespace
- nanoFramework.Device.Bluetooth
- Assembly
- nanoFramework.Device.Bluetooth.dll
The level of protection for pairing.
public enum DevicePairingProtectionLevel
Fields
Default = 0The default value. This should not be used.
Encryption = 2Pair the device using encryption.
EncryptionAndAuthentication = 3Pair the device using encryption and authentication.
None = 1Pair the device using no levels of protection.