-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Bluetooth: controller: ASSERTION FAIL on invalid packet sequence #22967
Labels
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
Milestone
Comments
cvinayak
added
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
area: Bluetooth
labels
Feb 20, 2020
cvinayak
added a commit
to cvinayak/zephyr
that referenced
this issue
Feb 20, 2020
Fix to remove assertion failure check on detecting invalid packet sequence used by peer central and that no non-empty packet was transmitted. Fixes zephyrproject-rtos#22967. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
jhedberg
pushed a commit
that referenced
this issue
Feb 20, 2020
Fix to remove assertion failure check on detecting invalid packet sequence used by peer central and that no non-empty packet was transmitted. Fixes #22967. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
alexandru-porosanu-nxp
added a commit
to alexandru-porosanu-nxp/zephyr
that referenced
this issue
Apr 27, 2020
This is a rework for OpenISA SW LL of "62c1e1a52b Bluetooth: controller: split: Fix assert on invalid packet sequence" Fix to remove assertion failure check on detecting invalid packet sequence used by peer central and that no non-empty packet was transmitted. Fixes zephyrproject-rtos#22967. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> Signed-off-by: Alex Porosanu <[email protected]>
carlescufi
pushed a commit
that referenced
this issue
Apr 27, 2020
This is a rework for OpenISA SW LL of "62c1e1a52b Bluetooth: controller: split: Fix assert on invalid packet sequence" Fix to remove assertion failure check on detecting invalid packet sequence used by peer central and that no non-empty packet was transmitted. Fixes #22967. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> Signed-off-by: Alex Porosanu <[email protected]>
sandeepbrcm
pushed a commit
to Broadcom/zephyr
that referenced
this issue
Apr 30, 2020
This is a rework for OpenISA SW LL of "62c1e1a52b Bluetooth: controller: split: Fix assert on invalid packet sequence" Fix to remove assertion failure check on detecting invalid packet sequence used by peer central and that no non-empty packet was transmitted. Fixes zephyrproject-rtos#22967. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> Signed-off-by: Alex Porosanu <[email protected]>
hakehuang
pushed a commit
to hakehuang/zephyr
that referenced
this issue
Jun 20, 2020
This is a rework for OpenISA SW LL of "62c1e1a52b Bluetooth: controller: split: Fix assert on invalid packet sequence" Fix to remove assertion failure check on detecting invalid packet sequence used by peer central and that no non-empty packet was transmitted. Fixes zephyrproject-rtos#22967. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]> Signed-off-by: Alex Porosanu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: Bluetooth
bug
The issue is a bug, or the PR is fixing a bug
priority: high
High impact/importance bug
Describe the bug
A rough central device using invalid sequence number in the first connection event causes assertion failure in the controller.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No assertion failure.
Impact
showstopper
Screenshots or console output
Environment (please complete the following information):
Additional context
Add any other context about the problem here. None.
The text was updated successfully, but these errors were encountered: