Bluetooth Framework C++ Edition

◆ HalPasskeyReply()

virtual int HalPasskeyReply ( const __int64  Address,
const unsigned long  Passkey 
)
protectedpure virtual

Implements a hardware-dependent code to reply for a passkey request event.

Parameters
AddressThe remote Bluetooth device's MAC address.
PasskeyA Passkey provided by an application.
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.