Bluetooth Framework C++ Edition

◆ HalProtectionLevelReply()

virtual int HalProtectionLevelReply ( const __int64  Address,
const wclBluetoothLeProtectionLevel  Protection 
)
protectedpure virtual

Implements a hardware-dependent code to reply for a pairing protection level request event.

Parameters
AddressThe remote Bluetooth device's MAC address.
ProtectionA pairing protection level.
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
wclBluetoothLeProtectionLevel