Skip to content

Commit 88a73dd

Browse files
cvinayakkartben
authored andcommitted
Bluetooth: Controller: Single timer use Conn Scheduling nRF54L support
Update advanced non-overlapping Central Connection Creation scheduling for single timer use support required for nRF54L Series SoCs. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent c4a6651 commit 88a73dd

File tree

1 file changed

+1
-1
lines changed
  • subsys/bluetooth/controller/ll_sw/nordic/lll

1 file changed

+1
-1
lines changed

subsys/bluetooth/controller/ll_sw/nordic/lll/lll_scan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ void lll_scan_prepare_connect_req(struct lll_scan *lll, struct pdu_adv *pdu_tx,
287287
*conn_space_us = conn_offset_us;
288288
pdu_tx->connect_ind.win_offset = sys_cpu_to_le16(0);
289289
} else {
290-
uint32_t win_offset_us =
290+
uint32_t win_offset_us = radio_tmr_start_latency_get() +
291291
lll->conn_win_offset_us +
292292
radio_rx_ready_delay_get(phy, PHY_FLAGS_S8);
293293

0 commit comments

Comments
 (0)