Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: TheodorosGR on August 19, 2008, 05:38:32 PM

Title: Bluetooth discovery timeout
Post by: TheodorosGR on August 19, 2008, 05:38:32 PM
Hello again everybody!
I want to ask if there is a property or a way to set bluetooth discovery timeout.For example try to discovery a device and if no success within 10 sec,then stop.
I want this because lately i am getting an exception "Asynchronous operations in progress" when i am discovering for devices every 30 sec with a timer (C# always).
When there are many devices to discover,the cycle of 30 sec is past and going to the next scan until the previous has not finished.
I think you got the point.
Thanks!
Title: Re: Bluetooth discovery timeout
Post by: Mike Petrichenko on August 19, 2008, 05:48:39 PM
Good day!

Unfortunatelly there is no way to set the discovering timeout
Title: Re: Bluetooth discovery timeout
Post by: TheodorosGR on August 19, 2008, 10:59:11 PM
:( thats really bad(not for everyone,only for my situation).I hope there will be a similar feature in the future!
Thank you!