Bluetooth Framework C++ Edition

◆ HalGetHciVersion()

virtual int HalGetHciVersion ( unsigned char &  Version,
unsigned short &  Revision 
)
protectedpure virtual

Implements a hardware-dependent code to reads the HCI version of the local Radio module.

Parameters
VersionOn output the HCI version number.
RevisionOn output the HCI revision number.
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.