Click or drag to resize

wclBluetoothLeProtectionLevel Enumeration

The Bluetooth LE pairing protection levels.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public enum wclBluetoothLeProtectionLevel
Members
Member nameValueDescription
pplDefault0 Use default protection level.
pplNone1 Pair the device using no levels of protection. (Mode 1, Level 1).
pplEncryption2 Pair the device using encryption. (Mode 1, Level 2).
pplEncryptionAndAuthentication3 Pair the device using encryption and authentication. (Mode 1, Level 3).
See Also