-
Notifications
You must be signed in to change notification settings - Fork 2
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
btmgmt_sync.send('LoadLinkKeys', ...) does not return... #7
Comments
This is because the code is in while loop checking that the This suggests to me either the logic in the I suspect some better logic to decide it has got a response is needed. However, there isn't enough test coverage to be highly confident what that logic should be. |
Looking at the API documentation it looks like the current logic of testing for the
This is because they are not expected to have any returned parameters. |
That makes sense to me. It seems a bug in the logic of the send comand that gets into an infinite loop due to missing returned parameters that should not be expected... :) |
When using
btmgmt_sync.send('LoadLinkKeys', ...)
, the function does not return...Log details:
A response is received but the function keps calling recv...
The text was updated successfully, but these errors were encountered: