zephyr/subsys/bluetooth/controller
Vinayak Kariappa Chettimada 2fc54ae3bb Bluetooth: Controller: Fix nRF CCM disable on connection event abort
Fix missing nRF CCM disable on connection event abort.

There can be a problem on nRF SoC for example when a S8
"encrypted" reception is aborted, and a 2M "cleartext"
reception starts; slow CCM (that is not stopped as part of
radio disable) will corrupt a fast received "cleartext" when
the same current free rx buffer is reused in the Controller.
This is not a problem when the connection being abort-ee is
on a faster PHY than the abort-er.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2025-05-16 12:36:43 +02:00
..
coex
crypto
flash
hal Bluetooth: Controller: Refactor isr_ecb and unit testing 2025-01-01 02:04:33 +01:00
hci Bluetooth: Controller: Be more explicit with thread names 2025-05-02 15:21:52 +02:00
include
ll_sw Bluetooth: Controller: Fix nRF CCM disable on connection event abort 2025-05-16 12:36:43 +02:00
ticker Bluetooth: Controller: Fix building ticker without remainder support 2025-03-07 20:02:49 +01:00
util Bluetooth: Controller: Include mem and ecb in-system tests 2025-01-01 02:04:33 +01:00
CMakeLists.txt
Kconfig Bluetooth: Controller: Only select BT_TICKER_LAZY_GET for ZLL 2025-05-13 16:22:43 +02:00
Kconfig.df
Kconfig.dtm
Kconfig.ll_sw_split Bluetooth: Controller: Single recv thread for HCI-only builds 2025-04-04 09:35:16 +02:00