From 7e892f8c6fd67b678ae5a6f06a73f878e9c2377a Mon Sep 17 00:00:00 2001 From: Morten Priess Date: Mon, 15 Jul 2024 16:56:49 +0200 Subject: [PATCH] Bluetooth: controller: Remove SC-jitter from ISO pause/resume setup Because timing of the pause/resume for peripheral/sync is based on central/broadcaster active clock, the sleep-clock jitter shall not be added. Signed-off-by: Morten Priess --- subsys/bluetooth/controller/ll_sw/ull_iso.c | 1 - 1 file changed, 1 deletion(-) diff --git a/subsys/bluetooth/controller/ll_sw/ull_iso.c b/subsys/bluetooth/controller/ll_sw/ull_iso.c index f58cbb5ccb467a..2e34cef275f23e 100644 --- a/subsys/bluetooth/controller/ll_sw/ull_iso.c +++ b/subsys/bluetooth/controller/ll_sw/ull_iso.c @@ -2013,7 +2013,6 @@ void ull_iso_resume_ticker_start(struct lll_event *resume_event, if (role == BT_HCI_ROLE_PERIPHERAL) { /* Add peripheral specific delay */ - resume_delay_us += EVENT_JITTER_US; if (0) { #if defined(CONFIG_BT_CTLR_PHY) } else {