zephyr/subsys/bluetooth/controller/ll_sw
Vinayak Kariappa Chettimada 2f29d7904f Bluetooth: controller: Fix hardfault, out-of-range ticker access
With the ticker for flash driver added, the Controller was
corrupting memory outside its allocations by incorrectly
using the flash ticker instance to be a BLE role and
corrupting memory. This is now fixed by checking for the
ticker ids to be within the Controller's use before using
them.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2017-06-29 16:54:34 +03:00
..
crypto.c
ctrl_internal.h
ctrl.c Bluetooth: controller: Fix hardfault, out-of-range ticker access 2017-06-29 16:54:34 +03:00
ctrl.h
ll_adv.c Bluetooth: controller: Generate RPAs for scanning and initating 2017-06-27 22:26:43 +03:00
ll_adv.h
ll_filter.c Bluetooth: controller: Keep track of IRK to RL indices 2017-06-27 22:26:43 +03:00
ll_filter.h Bluetooth: controller: Add whitelist population with privacy 2017-06-26 15:04:16 +03:00
ll_master.c Bluetooth: controller: Generate RPAs for scanning and initating 2017-06-27 22:26:43 +03:00
ll_scan.c Bluetooth: controller: Generate RPAs for scanning and initating 2017-06-27 22:26:43 +03:00
ll.c Bluetooth: controller: support for code exe. in co-operation with radio 2017-06-28 12:29:50 +02:00
Makefile
pdu.h