'central' failure on nrf52_pca10040 #22003
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
When running the central sample on the latest master (33929cb), after a couple of connect/disconnects, an assertion is triggered, as per the log below
To Reproduce
Steps to reproduce the behavior:
"ASSERTION FAIL [e] @ ZEPHYR_BASE/subsys/bluetooth/controller/ll_sw/nordic/lll/lll_conn.c:589"
Expected behavior
The central sample should run endlessly with multiple connect/disconnect events
Impact
High
Screenshots or console output
Environment (please complete the following information):
Additional context
Bisecting the tree shows that the first bad commit is the following:
commit 7417e6e
Author: Vinayak Kariappa Chettimada [email protected]
Date: Thu Dec 5 14:24:43 2019 +0530
Bluetooth: controller: split: conn handle invalidation on release
Move invalidation of connection handle to connection context
release done on release of terminate rx node.
Signed-off-by: Vinayak Kariappa Chettimada [email protected]
The PR introducing the commit is #20186
Reverting the aforementioned commit will enable the proper functionality for the central
The text was updated successfully, but these errors were encountered: