Bluetooth Framework C++ Edition

◆ HalNumericComparisonReply()

virtual int HalNumericComparisonReply ( const __int64  Address,
const unsigned long  Value,
const bool  Confirm 
)
protectedpure virtual

Implements a hardware-dependent code to reply on a numeric comparison request.

Parameters
AddressA remote device's MAC address.
ValueThe numeric value reply.
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 a driver-dependent code.