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

Implements a hardware-dependent code to reply on an IO capability request.

Namespace: wclBluetooth
protected
 function HalIoCapabilityReply(const Address: Int64;
 const Mitm: TwclBluetoothMitmProtection;
 const IoCapability: TwclBluetoothIoCapability;
 const OobPresent: Boolean): Integer; virtual; abstract;

Parameters

Address
Type: Int64

A remote device's MAC address.

Mitm
Type: TwclBluetoothMitmProtection

Specifies the "Man in the Middle" protection required for authentication.

IoCapability
Type: TwclBluetoothIoCapability

Defines the input/output capabilities of a Bluetooth Device.

OobPresent
Type: Boolean

If this parameter is True the Out Of Band authentication will be executed.

Return Value

Type: Integer