Bluetooth Framework C++ Edition

◆ OnOobDataRequest()

__event void OnOobDataRequest ( void *  Sender,
CwclBluetoothRadio *const  Radio,
const __int64  Address,
wclBluetoothOobData OobData 
)

The event fires when a remote device requests an Out Of Band pairing data.

Parameters
SenderThe object initiates the event.
RadioA CwclBluetoothRadio object represents a Bluetooth driver that fired the event.
AddressA remote device's MAC address.
OobDataAn application must set this parameter to the Out Of Band data received from peer device.
See also
CwclBluetoothRadio