zephyr/subsys/bluetooth/controller/ll_sw
Vinayak Kariappa Chettimada a2f2d23c9f Bluetooth: controller: Fix conn update assert in slave role
Explicitly track the connection update related ticker stop
and start to avoid asserting due to ticker update being done
at the same time for compensating the clock drift.

The compensation related ticker update failure in this case
can be safely ignored as new anchor point is used anyway
at the instant of the connection update.

Fixes #8796

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2018-12-03 10:38:57 +01:00
..
ctrl_internal.h Bluetooth: controller: Fix conn param req procedure response 2018-10-11 20:30:02 +02:00
ctrl.c Bluetooth: controller: Fix conn update assert in slave role 2018-12-03 10:38:57 +01:00
ctrl.h Bluetooth: controller: Fix enable and disable of scan state 2018-11-20 11:19:07 +01:00
ll_addr.c Bluetooth: Controller: Add support for setting public address 2018-09-21 12:40:10 +02:00
ll_adv.c Bluetooth: controller: Rename radio_*_is_enabled to ll_*_is_enabled 2018-02-06 10:49:25 +01:00
ll_adv.h
ll_filter.c Bluetooth: Switch from SYS_LOG to logger-based logging 2018-10-19 14:50:22 +02:00
ll_filter.h
ll_master.c Bluetooth: controller: Rename radio_*_is_enabled to ll_*_is_enabled 2018-02-06 10:49:25 +01:00
ll_scan.c Bluetooth: controller: Fix enable and disable of scan state 2018-11-20 11:19:07 +01:00
ll_test.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
ll_test.h
ll_tx_pwr.c Bluetooth: controller: Conditional compile BT_LL_SW variant 2018-01-25 11:51:10 +01:00
ll.c Bluetooth: Switch from SYS_LOG to logger-based logging 2018-10-19 14:50:22 +02:00
pdu.h Bluetooth: controller: Remove include guards in internal files 2018-06-14 17:11:42 +02:00