diff --git a/subsys/bluetooth/controller/ll_sw/ull_sync.c b/subsys/bluetooth/controller/ll_sw/ull_sync.c index 7135c902d79..1e894bf9ca8 100644 --- a/subsys/bluetooth/controller/ll_sw/ull_sync.c +++ b/subsys/bluetooth/controller/ll_sw/ull_sync.c @@ -259,6 +259,9 @@ uint8_t ll_sync_terminate(uint16_t handle) return BT_HCI_ERR_CMD_DISALLOWED; } + ret = ull_disable(&sync->lll); + LL_ASSERT(!ret); + mark = ull_disable_unmark(sync); LL_ASSERT(mark == sync);