Skip to content

Commit ce27b26

Browse files
cvinayaknashif
authored andcommitted
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 <[email protected]>
1 parent 60730eb commit ce27b26

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

subsys/bluetooth/controller/ll_sw/ull_sched.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,7 @@ void ull_sched_after_mstr_slot_get(uint8_t user_id, uint32_t ticks_slot_abs,
116116
}
117117
#endif
118118

119-
ticks_slot_abs_curr +=
120-
conn->evt.ticks_slot +
121-
HAL_TICKER_US_TO_TICKS(EVENT_JITTER_US << 3);
119+
ticks_slot_abs_curr += conn->evt.ticks_slot;
122120

123121
if ((ticker_id_prev != 0xff) &&
124122
(ticker_ticks_diff_get(ticks_to_expire_normal,

0 commit comments

Comments
 (0)