Skip to content

Commit

Permalink
Bluetooth: controller: Remove SC-jitter from ISO pause/resume setup
Browse files Browse the repository at this point in the history
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 <mtpr@oticon.com>
  • Loading branch information
mtpr-ot committed Aug 19, 2024
1 parent d2ff08b commit 745ebbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion subsys/bluetooth/controller/ll_sw/ull_iso.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 745ebbe

Please sign in to comment.