zephyr/subsys/bluetooth/controller
Vinayak Kariappa Chettimada ae03e35d6c Bluetooth: controller: Fix incorrect master role scheduling
Revert incorrect calculation introduced in
commit ec5a787da2 ("Bluetooth: controller: Fix multiple
master role event scheduling") and revert a related
incorrect fix in commit a02606cbf9 ("Bluetooth:
controller: Fix missing ticks to us conversion").

Fixes the controller assert in ctrl.c line number 1477. A
64-bit arithmetic took ~35 us in Radio ISR for nRF51 causing
the ISR to take too much time before packet buffer could be
set.

Also, fixed master scheduling by correctly accounting for
the jitter between each master event.

Relates to: #5486

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2018-02-16 07:29:12 +02:00
..
crypto Bluetooth: controller: Conditional compile BT_LL_SW variant 2018-01-25 11:51:10 +01:00
hal Bluetooth: controller: Define HAL_TIMER_SIGN_BIT 2018-02-16 07:29:12 +02:00
hci Bluetooth: controller: Use shorter (void *) for typecasts 2018-02-05 16:48:37 +01:00
include Bluetooth: controller: Fix to restrict addr set in active states 2018-01-29 18:03:15 +01:00
ll_sw Bluetooth: controller: Fix incorrect master role scheduling 2018-02-16 07:29:12 +02:00
ticker Bluetooth: controller: Define HAL_TIMER_SIGN_BIT 2018-02-16 07:29:12 +02:00
util Bluetooth: controller: Replace void * with memq_link_t 2017-11-22 15:28:49 +01:00
CMakeLists.txt Bluetooth: controller: Refactor ticker integration into hal 2018-02-13 13:26:37 +01:00
Kconfig Bluetooth: controller: Improved continuous scanning 2018-02-07 11:23:10 +01:00