Hi all,
I'm opening this topic because I'm not sure how the OnDiscoveringCompled event works.
I'm trying to discover all the BT devices around my workstation, so, after opening the communication, I call the method:
radio.Discover(Convert.ToByte(timeout.ToString()), wclBluetoothDiscoverKind.dkClassic);
where timeout is equal to 48 (I read that it's the maximun timeout allowed on Windows).
So I'm expecting that the OnDiscoveringCompled event would be triggered after 48s but sometimes that happens after just 15-20s. So, I'm not able to find the devices I'm searching for.
Any help will be appreciate so much. Thank you.