Commit 7e892f8c authored by Morten Priess's avatar Morten Priess Committed by Alberto Escolar
Browse files

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: default avatarMorten Priess <mtpr@oticon.com>
parent fe83a9dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 {