Wireless Communication Library Support Forum

Common => Common => Topic started by: jotde on May 09, 2014, 02:28:12 PM

Title: wclBluetoothDiscovery::Discovery - bool bFast parameter
Post by: jotde on May 09, 2014, 02:28:12 PM
I notice the undocumented bFast parameter in the wclBluetoothDiscovery::Discovery method.
Setting it to true greatly reduce the time required for discovery and the list of devices is the same.
Is there any drawback of using this parameter?

PS. What are the chances of updating the docs - they are quite old
Title: Re: wclBluetoothDiscovery::Discovery - bool bFast parameter
Post by: Mike Petrichenko on May 09, 2014, 03:14:42 PM
Hello,

Fast param tells to return only paired devices. WCl does not discover for devices when bFats is true just returns remembered/paired devices.

Docs updating in progress.