TwclBluetoothRadio.DoProtectionLevelRequest(Int64,TwclBluetoothLeProtectionLevel) Method

Fires the OnProtectionLevelRequest event.

Namespace: wclBluetooth
protected
 procedure DoProtectionLevelRequest(const Address: Int64;
 var Protection: TwclBluetoothLeProtectionLevel); virtual;

Parameters

Address
Type: Int64

A remote device's MAC address.

Protection
Type: TwclBluetoothLeProtectionLevel

Describes the required protection level provided by an application.

This method is used only during BLE pairing.