Bluetooth Framework C++ Edition

◆ HalNotify()

virtual int HalNotify ( const __int64  Address,
const unsigned char *const  Data,
const unsigned long  Size 
) const
protectedpure virtual

The function implements a driver specific code to send notification to the given subscribed client.

Parameters
AddressThe client's MAC address.
DataThe pointer to the notification data.
SizeThe notification data size in bytes.
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 implement a driver specified code that sends notification to the given subscribed client.