-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[nrfconnect] fails to handle certain L2CAP connection update requests #3835
Comments
@gjc13 I'll take a look. Could you share more info on how you tested the app? Did you maybe check if any logs were printed at the time? |
This is the device log
|
And here is the full packet capture: |
Thank you @gjc13 for raising this issue. Short description: Based on the HCI Error (0x2a - I did create a PR (#3916) which most likely hides this particular problem for the time being (by disabling BLE 2Mbps mode). Long description: Above I attached image which may help to understand the problem. Master is your BLE implementation and Slave is our nRF52840. Let me first quote the
If you look at the packets:
This problem didn't occur on nRF5 SDK platform since the |
Problem
We found that certain LL_CONNECTION_UPDATE_REQ packets will cause the nrfconnect light-app to be unresponsive to any further BLE connection packets.
Proposed Solution
We need to dig into the zephyr BLE stack to know what's happening there.
The text was updated successfully, but these errors were encountered: