Bluetooth Framework C++ Edition

◆ HalSetConnectable()

virtual int HalSetConnectable ( const bool  Connectable)
protectedpure virtual

Implements a hardware-dependent code to changing the connectable state of the local Bluetooth Radio.

Parameters
ConnectableThe new connectable state for the Radio.
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.