-
Notifications
You must be signed in to change notification settings - Fork 419
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ConnectRequest with autoConnect=true does not attempt to reconnect after timeout #33
Comments
But that's intended. As Android-BLE-Library/ble/src/main/java/no/nordicsemi/android/ble/ConnectRequest.java Lines 118 to 132 in 8d3ddf4
The correct way of solving this would be to scan before connecting to make sure the device is reachable. Check out #15 at the end. |
(I actually clarified the docs yesterday in here 8d3ddf4) |
I'll close this then. Thanks! |
ghost
closed this as completed
Oct 4, 2018
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: Beta5
Scenario
Attempt to connect to an offline device. After the connection attempt times out, switch the device on
Expected
The connection is attempted after the timeout
Got
The connection is never attempted after the timeout
Logs
Related #31 (comment)
The text was updated successfully, but these errors were encountered: