zephyr/subsys/bluetooth/controller/ticker
Vinayak Kariappa Chettimada 21e83e40ad Bluetooth: controller: Fix ticker job_guard
Move the ticker job_guard reset to after
ticker_job_compare_update, so that the ticks_current and
ticks_slot_previous are updated before ticker_worker gets
to execute. Without this fix, there is a possibility that
ticker_worker will use incorrect ticks_slot_previous and
ticks_current value under race conditions.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2021-03-02 15:51:48 +01:00
..
ticker.c Bluetooth: controller: Fix ticker job_guard 2021-03-02 15:51:48 +01:00
ticker.h Bluetooth: controller: Make must-expire runtime configurable 2020-12-20 13:35:58 +01:00