Bluetooth Framework C++ Edition

◆ HalGetMaxPduSize()

virtual int HalGetMaxPduSize ( unsigned short &  Size)
protectedpure virtual

Implements a hardware-dependent code to reads the maximum PDU size for the current connection.

Parameters
SizeIf the method completed with success on output contains the maximum PDU size.
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.