Enum GattProtectionLevel
- Assembly
- nanoFramework.Device.Bluetooth.dll
Represents the desired security level.
public enum GattProtectionLevel
Fields
AuthenticationRequired = 1
Require the link to be authenticated.
EncryptionAndAuthenticationRequired = 3
Require the link to be encrypted and authenticated.
EncryptionRequired = 2
Require the link to be encrypted.
Plain = 0
Uses the default protection level.