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 <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2023-09-04 15:26:18 +05:30 committed by Carles Cufí
commit d8f0006de5

View file

@ -21,22 +21,22 @@
/* Active connection in peripheral role with extended scanning on 1M and Coded /* Active connection in peripheral role with extended scanning on 1M and Coded
* PHY, scheduling and receiving auxiliary PDUs. * PHY, scheduling and receiving auxiliary PDUs.
*/ */
#define EVENT_OVERHEAD_START_US 458 #define EVENT_OVERHEAD_START_US 733 /* 24 RTC ticks */
#else /* !CONFIG_BT_CTLR_PHY_CODED */ #else /* !CONFIG_BT_CTLR_PHY_CODED */
/* Active connection in peripheral role with extended scanning on 1M only, /* Active connection in peripheral role with extended scanning on 1M only,
* scheduling and receiving auxiliary PDUs. * scheduling and receiving auxiliary PDUs.
*/ */
#define EVENT_OVERHEAD_START_US 428 #define EVENT_OVERHEAD_START_US 428 /* 14 RTC ticks */
#endif /* !CONFIG_BT_CTLR_PHY_CODED */ #endif /* !CONFIG_BT_CTLR_PHY_CODED */
#else /* !CONFIG_BT_OBSERVER */ #else /* !CONFIG_BT_OBSERVER */
/* Active connection in peripheral role with legacy scanning on 1M. /* Active connection in peripheral role with legacy scanning on 1M.
*/ */
#define EVENT_OVERHEAD_START_US 275 #define EVENT_OVERHEAD_START_US 275 /* 9 RTC ticks */
#endif /* !CONFIG_BT_OBSERVER */ #endif /* !CONFIG_BT_OBSERVER */
#else /* !CONFIG_BT_CTLR_ADV_EXT */ #else /* !CONFIG_BT_CTLR_ADV_EXT */
/* Active connection in peripheral role with additional advertising state. /* Active connection in peripheral role with additional advertising state.
*/ */
#define EVENT_OVERHEAD_START_US 275 #define EVENT_OVERHEAD_START_US 275 /* 9 RTC ticks */
#endif /* !CONFIG_BT_CTLR_ADV_EXT */ #endif /* !CONFIG_BT_CTLR_ADV_EXT */
/* Worst-case time margin needed after event end-time in the air /* Worst-case time margin needed after event end-time in the air