zephyr/tests/bluetooth/controller/ctrl_conn_update
Erik Brockhoff 670bd3bed2 Bluetooth: controller: fixing issue re. assert on overlapping conn upd proc
If a connection update (from central) overlaps a peripheral initiated
conneection param request, then central rejects peripheral request
and continues central procedure. This lead to an assert in peripheral
On instant there would not be an rx_node for notification, as this
would have been discarded by the reception of the REJECT.

This fix ensures that once an rx_node has been 'accepted' for retention
it will not be discarded/overwritten by future rx_nodes

The test will trigger the assert without the fix in.

Signed-off-by: Erik Brockhoff <erbr@oticon.com>
2024-10-04 10:46:06 +01:00
..
src Bluetooth: controller: fixing issue re. assert on overlapping conn upd proc 2024-10-04 10:46:06 +01:00
CMakeLists.txt tests: source Zephyr before project() call 2024-08-05 16:27:09 +02:00
Kconfig Bluetooth: Controller: Add device tree dependency to selection 2024-09-26 11:10:22 +01:00
prj_apm.conf Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
prj_no_param_req.conf Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
prj.conf Bluetooth: Controller: Default stream count based upon app configs 2024-04-30 11:45:47 +02:00
testcase.yaml