Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bluetooth: Controller: Only remove duplicate resume events
When events are placed back into pipeline as resume events, only remove duplicate resume events and not new prepare events that may have been enqueue between the start of the pre-empt ticker and its timeout. Due to new prepare events that was removed, extra done events generated cause the number of enqueued done events to overflow and assert. Fixes #36381. Fixes #37597. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
- Loading branch information