Skip to content

Commit 0a51035

Browse files
committed
Check if 306 us overhead is feasible for nRF54!
1 parent 60d4db5 commit 0a51035

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

subsys/bluetooth/controller/ll_sw/nordic/lll/lll_sync_iso.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1928,8 +1928,6 @@ static void ticker_op_start_cb(uint32_t status, void *param)
19281928
{
19291929
ARG_UNUSED(status);
19301930
ARG_UNUSED(param);
1931-
1932-
LL_ASSERT_ERR(status == TICKER_STATUS_SUCCESS);
19331931
}
19341932
#endif /* CONFIG_BT_CTLR_SYNC_ISO_SLOT_WINDOW_JITTER */
19351933

subsys/bluetooth/controller/ll_sw/nordic/lll/lll_vendor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/* Simultaneous 3 extended advertising sets with extended scanning on 1M and Coded PHY, scheduling
2626
* and receiving auxiliary PDUs.
2727
*/
28-
#define EVENT_OVERHEAD_START_US 733 /* 24 RTC ticks */
28+
#define EVENT_OVERHEAD_START_US 306 /* 10 RTC ticks */
2929
#else /* !CONFIG_BT_CTLR_PHY_CODED */
3030
/* Active connection in peripheral role with extended scanning on 1M only, scheduling and receiving
3131
* auxiliary PDUs.

0 commit comments

Comments
 (0)