Bluetooth Framework C++ Edition

◆ HalGetAddress()

virtual int HalGetAddress ( __int64 &  Address)
protectedpure virtual

Implements a hardware-dependent code for Local Bluetooth Radio module MAC address reading.

Parameters
AddressOn output the local Bluetooth Radio address.
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.