zephyr/subsys
Morten Priess eb218a5405 Bluetooth: controller: Prevent multiple ticker_stop in cis_disabled_cb
When calling ull_conn_iso_cis_stop with no pending LLL events,
cis_disabled_cb may be called recursively if more than one CIS is
associated with a disconnecting ACL connection.

To prevent ticker_stop being called more than once, it shall be
registered at entry of cis_disabled_cb whether this is the last CIS.
Only then shall ticker_stop be called.

Signed-off-by: Morten Priess <mtpr@oticon.com>
2021-09-21 12:52:15 -04:00
..
bluetooth Bluetooth: controller: Prevent multiple ticker_stop in cis_disabled_cb 2021-09-21 12:52:15 -04:00
canbus
console
cpp
debug debug: thread_info: stack pointer is not supported for xtensa 2021-09-09 19:06:38 -04:00
demand_paging demand_paging: eviction/nru: fix incorrect dirty bit return val 2021-09-20 19:43:02 -04:00
dfu
disk
emul
fb
fs
ipc
jwt
logging logging: log_core: add extra space in missed strdup err msg 2021-09-13 05:54:13 -04:00
lorawan
mgmt subsys/mgmt/hawkbit: Check retval of mbedtls_md_update 2021-09-14 12:28:40 -04:00
modbus
net net: lwm2m: Fix Registration failue reporting 2021-09-21 09:32:31 -05:00
pm pm: Allow override constraints implementation 2021-09-13 05:50:54 -04:00
portability cmsis_rtos_v1: fix thread instances management. 2021-09-09 12:01:06 -04:00
random
settings
shell
stats
storage
task_wdt
testsuite
timing
tracing tests: subsys: fixed the samples/tracing code can not generate coverage 2021-09-08 10:28:10 -04:00
usb
CMakeLists.txt
Kconfig