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:
Vinayak Kariappa Chettimada 2020-12-17 07:07:30 +05:30 committed by Anas Nashif
commit ce27b2627f

View file

@ -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,