TwclBluetoothProtectionLevelRequestEvent Delegate

The OnProtectionLevelRequest event handler prototype.

Namespace: wclBluetooth
type
 TwclBluetoothProtectionLevelRequestEvent = procedure(Sender: TObject;
 const Radio: TwclBluetoothRadio; const Address: Int64;
 out Protection: TwclBluetoothLeProtectionLevel) of object;

Parameters

Sender

The object initiates the event.

Radio

A TwclBluetoothRadio object represents a Bluetooth driver that fired the event.

Address

A remote device's MAC address.

Protection

Describes the required protection level provided by an application.