zephyr/subsys/bluetooth/controller
Vinayak Kariappa Chettimada a396bdd30a Bluetooth: Controller: Fix missing connection handle invalidate
Fix missing connection handle invalidate on Controller
power up.

The connection context are zero-initialized on startup and
calls to `ll_connected_get()` would incorrectly return a
valid connection context pointer for connection handle 0.

Relates to commit fa02dc4d02 ("Bluetooth: Controller: Fix
missing reset of connection handle").

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2025-05-28 11:09:01 +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 missing connection handle invalidate 2025-05-28 11:09:01 +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