|
18 | 18 | #if defined(CONFIG_BT_CTLR_ADV_EXT)
|
19 | 19 | #if defined(CONFIG_BT_OBSERVER)
|
20 | 20 | #if defined(CONFIG_BT_CTLR_PHY_CODED)
|
21 |
| -/* Active connection in peripheral role with extended scanning on 1M and Coded |
22 |
| - * PHY, scheduling and receiving auxiliary PDUs. |
| 21 | +/* Simultaneous 3 extended advertising sets with extended scanning on 1M and Coded PHY, scheduling |
| 22 | + * and receiving auxiliary PDUs. |
23 | 23 | */
|
24 |
| -#define EVENT_OVERHEAD_START_US 733 /* 24 RTC ticks */ |
| 24 | +#define EVENT_OVERHEAD_START_US 580 /* 19 RTC ticks */ |
25 | 25 | #else /* !CONFIG_BT_CTLR_PHY_CODED */
|
26 |
| -/* Active connection in peripheral role with extended scanning on 1M only, |
27 |
| - * scheduling and receiving auxiliary PDUs. |
| 26 | +/* Active connection in peripheral role with extended scanning on 1M only, scheduling and receiving |
| 27 | + * auxiliary PDUs. |
28 | 28 | */
|
29 | 29 | #define EVENT_OVERHEAD_START_US 428 /* 14 RTC ticks */
|
30 | 30 | #endif /* !CONFIG_BT_CTLR_PHY_CODED */
|
31 | 31 | #else /* !CONFIG_BT_OBSERVER */
|
32 |
| -/* Active connection in peripheral role with legacy scanning on 1M. |
| 32 | +/* Simultaneous 3 extended advertising sets calculating aux offsets. |
33 | 33 | */
|
34 |
| -#define EVENT_OVERHEAD_START_US 275 /* 9 RTC ticks */ |
| 34 | +#define EVENT_OVERHEAD_START_US 367 /* 12 RTC ticks */ |
35 | 35 | #endif /* !CONFIG_BT_OBSERVER */
|
36 | 36 | #else /* !CONFIG_BT_CTLR_ADV_EXT */
|
37 | 37 | /* Active connection in peripheral role with additional advertising state.
|
|
0 commit comments