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
Line 2 will never be invocked when device can't connect (because it is out of range, for example).
IN this case the BlueZ stack will throw an exception -> 'org.bluez.Error.Failed: Software caused connection abort', but does not respect the timeout sit in the second line.
The text was updated successfully, but these errors were encountered:
'await device.ConnectAsync();
await device.WaitForPropertyValueAsync("Connected", value: true, timeout);'
Line 2 will never be invocked when device can't connect (because it is out of range, for example).
IN this case the BlueZ stack will throw an exception -> 'org.bluez.Error.Failed: Software caused connection abort', but does not respect the timeout sit in the second line.
The text was updated successfully, but these errors were encountered: