Bluetooth Framework C++ Edition

◆ HalConfirmReply()

virtual int HalConfirmReply ( const __int64  Address,
const bool  Confirm 
)
protectedpure virtual

Implements a hardware-dependent code to reply on a confirm only pairing request.

Parameters
AddressA remote device's MAC address.
ConfirmAn application must set this parameter to True to confirm pairing. Set it to False to reject pairing.
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.