Bluetooth Framework C++ Edition

◆ HalDiscoverBle()

virtual int HalDiscoverBle ( const unsigned char  Timeout)
protectedpure virtual

Implements a hardware-dependent code to start discovering for a remote Low Energy Bluetooth devices.

Parameters
TimeoutSpecifies the maximum amount of time before the inquiry is halted (in seconds).
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.