Bluetooth Framework C++ Edition

◆ HalGetMaxNotificationSize()

virtual int HalGetMaxNotificationSize ( unsigned short &  Size)
protectedpure virtual

Provides a driver specific code to read the maximum notification size.

Parameters
SizeIf the method completed with success on output contains the maximum notification size. If the method failed the value is undefined.
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 specific code.