zephyr/subsys/bluetooth/controller
Vinayak Kariappa Chettimada f06ac2be2c Bluetooth: Controller: Fix LLL events pending check from ULL Low
ULL reference count is checked in ULL_LOW context to decide
if LLL events are pending, but the reference count can be
decremented by the ULL HIGH execution context which can
prevent the set `disabled_cb` function not being called due
to no pending event to produce the done events.

Fixed by checking the reference count in the ULL HIGH
execution context using a mayfly to schedule the check.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2021-08-27 06:46:55 -04:00
..
crypto
hal Bluetooth: controller: ll_sw: nordic: Add DF antenna configuration handling 2021-01-20 14:55:24 +01:00
hci Bluetooth: controller: hci: Add missing DF conn-less cmds to supp list 2021-08-25 18:02:39 -04:00
include Bluetooth: Controller: Fix radio packet size for Extended Scanning 2021-08-26 13:42:41 -04:00
ll_sw Bluetooth: Controller: Fix LLL events pending check from ULL Low 2021-08-27 06:46:55 -04:00
ticker Bluetooth: controller: Add ticker_yield_abs interface 2021-06-14 15:19:33 +02:00
util Bluetooth: controller: Add function to calculate BIS access address 2021-05-05 08:41:09 -04:00
CMakeLists.txt Bluetooth: Controller: Warn when building experimental features 2021-07-10 14:53:26 -04:00
Kconfig Bluetooth: Controller: Fix radio packet size for Extended Scanning 2021-08-26 13:42:41 -04:00
Kconfig.df Bluetooth: controller: Add option to enable conn. CTE request feature 2021-08-18 20:11:10 -04:00
Kconfig.ll_sw_split Bluetooth: Controller: clean up nRF DFE 2021-08-17 17:52:43 -04:00