TwclBluetoothManager.DoProtectionLevelRequest(TwclBluetoothRadio,Int64,TwclBluetoothLeProtectionLevel) Method

Fires the OnProtectionLevelRequest event.

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

Parameters

Radio
Type: TwclBluetoothRadio

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

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.