Click or drag to resize

wclGattProtectionLevel Enumeration

Represents the desired security level for GATT communication.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public enum wclGattProtectionLevel
Members
Member nameValueDescription
plNone0 Uses the default protection level.
plAuthentication1 Require the link to be authenticated.
plEncryption2 Require the link to be encrypted.
plEncryptionAndAuthentication3 Require the link to be encrypted and authenticated.
See Also