TwclBluetoothRadio.DoIoCapabilityRequest(Int64,TwclBluetoothMitmProtection,TwclBluetoothIoCapability,Boolean) Method

Fires the OnIoCapabilityRequest event.

Namespace: wclBluetooth
protected
 procedure DoIoCapabilityRequest(const Address: Int64;
 var Mitm: TwclBluetoothMitmProtection;
 var IoCapability: TwclBluetoothIoCapability;
 var OobPresent: Boolean); virtual;

Parameters

Address
Type: Int64

A remote device's MAC address.

Mitm
Type: TwclBluetoothMitmProtection

An application sets this parameter to specify the "Man in the Middle" protection required for authentication.

IoCapability
Type: TwclBluetoothIoCapability

An application sets this parameter to define the input/output capabilities of a Bluetooth Device.

OobPresent
Type: Boolean

An application sets this parameter to True to force Out Of Band authentication.