Click or drag to resize

wclBluetoothRadioHalIoCapabilityReply Method

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

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected abstract int HalIoCapabilityReply(
	long Address,
	wclBluetoothMitmProtection Mitm,
	wclBluetoothIoCapability IoCapability,
	bool OobPresent
)

Parameters

Address  Int64
A remote device's MAC address.
Mitm  wclBluetoothMitmProtection
Specifies the "Man in the Middle" protection required for authentication.
IoCapability  wclBluetoothIoCapability
Defines the input/output capabilities of a Bluetooth Device.
OobPresent  Boolean
If this parameter is True the Out Of Band authentication will be executed.

Return Value

Int32
See Also