You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm never seeing the DeviceUnavailable callback called under any circumstance (even long after a device has been turned off during a session). Is this a known issue?
I'm trying to think of a workaround and all I can think of are:
Test each result (I'm looking for my own device, so I can attempt a connection and handshake to verify it is actually there).
Call SearchAsync() repeatedly in a loop and each time, assemble a new set of results to replace the old ones and manually detect devices that have dropped out.
Thanks,
Bart
The text was updated successfully, but these errors were encountered:
Hi,
I'm never seeing the DeviceUnavailable callback called under any circumstance (even long after a device has been turned off during a session). Is this a known issue?
I'm trying to think of a workaround and all I can think of are:
Thanks,
Bart
The text was updated successfully, but these errors were encountered: