TwclGattProtectionLevel Enumeration

Represents the desired security level for GATT communication.

Namespace: wclBluetooth
type
 TwclGattProtectionLevel = (
 plNone,
 plAuthentication,
 plEncryption,
 plEncryptionAndAuthentication
 );

The TwclGattProtectionLevel type exposes the following members.

Show:
 NameDescription
plAuthentication

Require the link to be authenticated.

plEncryption

Require the link to be encrypted.

plEncryptionAndAuthentication

Require the link to be encrypted and authenticated.

plNone

Uses the default protection level.

Top