Skip to content

Commit 7e892f8

Browse files
mtpr-otaescolar
authored andcommitted
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 <[email protected]>
1 parent fe83a9d commit 7e892f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

subsys/bluetooth/controller/ll_sw/ull_iso.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,6 @@ void ull_iso_resume_ticker_start(struct lll_event *resume_event,
20132013

20142014
if (role == BT_HCI_ROLE_PERIPHERAL) {
20152015
/* Add peripheral specific delay */
2016-
resume_delay_us += EVENT_JITTER_US;
20172016
if (0) {
20182017
#if defined(CONFIG_BT_CTLR_PHY)
20192018
} else {

0 commit comments

Comments
 (0)