Bluetooth Framework C++ Edition

◆ HalOobDataReply()

virtual int HalOobDataReply ( const __int64  Address,
const wclBluetoothOobData OobData 
)
protectedpure virtual

Implements a hardware-dependent code to reply on a Out Of Band pairing request.

Parameters
AddressA remote device's MAC address.
OobDataAn Out Of Band pairing data.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

A derived class must override this method to provide driver-dependent code.

See also
wclBluetoothOobData