TwclBluetoothLeProtectionLevel Enumeration

The Bluetooth LE pairing protection levels.

Namespace: wclBluetooth
type
 TwclBluetoothLeProtectionLevel = (
 pplDefault,
 pplNone,
 pplEncryption,
 pplEncryptionAndAuthentication
 );

The TwclBluetoothLeProtectionLevel type exposes the following members.

Show:
 NameDescription
pplDefault

Use default protection level.

pplEncryption

Pair the device using encryption. (Mode 1, Level 2).

pplEncryptionAndAuthentication

Pair the device using encryption and authentication. (Mode 1, Level 3).

pplNone

Pair the device using no levels of protection. (Mode 1, Level 1).

Top