Bluetooth Framework C++ Edition

◆ OnIoCapabilityRequest()

__event void OnIoCapabilityRequest ( void *  Sender,
CwclBluetoothRadio *const  Radio,
const __int64  Address,
wclBluetoothMitmProtection Mitm,
wclBluetoothIoCapability IoCapability,
bool &  OobPresent 
)

The event fires when a remote device requests an IO capability of the local Bluetooth device.

Parameters
SenderThe object initiates the event.
RadioA CwclBluetoothRadio object represents a Bluetooth driver that fired the event.
AddressA remote device's MAC address.
MitmAn application sets this parameter to specify the "Man in the Middle" protection required for authentication.
IoCapabilityAn application sets this parameter to define the input/output capabilities of a Bluetooth Device.
OobPresentAn application sets this parameter to True to force Out Of Band authentication.
See also
CwclBluetoothRadio, wclBluetoothMitmProtection, wclBluetoothIoCapability