Bluetooth Framework C++ Edition

◆ DoIoCapabilityRequest()

virtual void DoIoCapabilityRequest ( CwclBluetoothRadio *const  Radio,
const __int64  Address,
wclBluetoothMitmProtection Mitm,
wclBluetoothIoCapability IoCapability,
bool &  OobPresent 
)
protectedvirtual

Fires the OnIoCapabilityRequest event.

Parameters
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