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 Bluetooth: Move common code to common/ 2017-05-12 12:56:14 +03:00
ctrl_internal.h Bluetooth: controller: Cond. compile LE Encryption 2017-06-09 10:33:06 +02:00
ctrl.c Bluetooth: controller: Fix hardfault, out-of-range ticker access 2017-06-29 16:54:34 +03:00
ctrl.h Bluetooth: controller: Add inital support for Controller-based privacy 2017-06-20 15:20:09 +03:00
ll_adv.c Bluetooth: controller: Generate RPAs for scanning and initating 2017-06-27 22:26:43 +03:00
ll_adv.h Bluetooth: controller: Add inital support for Controller-based privacy 2017-06-20 15:20:09 +03:00
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 Bluetooth: controller: Refactor whitelisting 2017-06-13 12:22:43 -04:00
pdu.h Bluetooth: controller: LE Advertising Extensions PDU structs 2017-06-14 18:40:40 +03:00