Skip to content

Commit 82e3b1a

Browse files
committed
Check if 275 us overhead is feasible for nRF54!
1 parent 3ad1b76 commit 82e3b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 275 /* 24 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)