Bluetooth: controller: Remove redundant event margin use
Remove the redundant advanced scheduling event margin used while finding a free space between existing active central connections. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
parent
60730eb702
commit
ce27b2627f
1 changed files with 1 additions and 3 deletions
|
@ -116,9 +116,7 @@ void ull_sched_after_mstr_slot_get(uint8_t user_id, uint32_t ticks_slot_abs,
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ticks_slot_abs_curr +=
|
ticks_slot_abs_curr += conn->evt.ticks_slot;
|
||||||
conn->evt.ticks_slot +
|
|
||||||
HAL_TICKER_US_TO_TICKS(EVENT_JITTER_US << 3);
|
|
||||||
|
|
||||||
if ((ticker_id_prev != 0xff) &&
|
if ((ticker_id_prev != 0xff) &&
|
||||||
(ticker_ticks_diff_get(ticks_to_expire_normal,
|
(ticker_ticks_diff_get(ticks_to_expire_normal,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue