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

Fires the OnIoCapabilityRequest event.

Namespace: wclBluetooth
protected
 procedure DoIoCapabilityRequest(const Radio: TwclBluetoothRadio;
 const Address: Int64; var Mitm: TwclBluetoothMitmProtection;
 var IoCapability: TwclBluetoothIoCapability;
 var OobPresent: Boolean); 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.

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.