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