Bluetooth Framework C++ Edition

◆ GetDiscoverable()

int GetDiscoverable ( bool &  Discoverable)

Read the local Bluetooth Radio discoverable state.

Parameters
DiscoverableOn output the local Bluetooth Radio discoverable state.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

If the returned Discoverable parameter value is True remote Bluetooth enabled devices can discover this Radio.

If the value of the Discoverable parameter is False remote Bluetooth enabled devices can not discover the Radio.