Skip to content

Commit d8f0006

Browse files
cvinayakcarlescufi
authored andcommitted
Bluetooth: Controller: Revert EVENT_OVERHEAD_START_US for Coded PHY
Revert EVENT_OVERHEAD_START_US value for Coded PHY support, needed to pass LL/DDI/SCN/BV-21-C and LL/DDI/SCN/BV-25-C. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 02b1c76 commit d8f0006

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@
2121
/* Active connection in peripheral role with extended scanning on 1M and Coded
2222
* PHY, scheduling and receiving auxiliary PDUs.
2323
*/
24-
#define EVENT_OVERHEAD_START_US 458
24+
#define EVENT_OVERHEAD_START_US 733 /* 24 RTC ticks */
2525
#else /* !CONFIG_BT_CTLR_PHY_CODED */
2626
/* Active connection in peripheral role with extended scanning on 1M only,
2727
* scheduling and receiving auxiliary PDUs.
2828
*/
29-
#define EVENT_OVERHEAD_START_US 428
29+
#define EVENT_OVERHEAD_START_US 428 /* 14 RTC ticks */
3030
#endif /* !CONFIG_BT_CTLR_PHY_CODED */
3131
#else /* !CONFIG_BT_OBSERVER */
3232
/* Active connection in peripheral role with legacy scanning on 1M.
3333
*/
34-
#define EVENT_OVERHEAD_START_US 275
34+
#define EVENT_OVERHEAD_START_US 275 /* 9 RTC ticks */
3535
#endif /* !CONFIG_BT_OBSERVER */
3636
#else /* !CONFIG_BT_CTLR_ADV_EXT */
3737
/* Active connection in peripheral role with additional advertising state.
3838
*/
39-
#define EVENT_OVERHEAD_START_US 275
39+
#define EVENT_OVERHEAD_START_US 275 /* 9 RTC ticks */
4040
#endif /* !CONFIG_BT_CTLR_ADV_EXT */
4141

4242
/* Worst-case time margin needed after event end-time in the air

0 commit comments

Comments
 (0)