Skip to content

Commit

Permalink
Bluetooth: Controller: Single timer use Conn Scheduling nRF54L support
Browse files Browse the repository at this point in the history
Update advanced non-overlapping Central Connection Creation
scheduling for single timer use support required for nRF54L
Series SoCs.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
  • Loading branch information
cvinayak authored and kartben committed Jan 18, 2025
1 parent c4a6651 commit 88a73dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/bluetooth/controller/ll_sw/nordic/lll/lll_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ void lll_scan_prepare_connect_req(struct lll_scan *lll, struct pdu_adv *pdu_tx,
*conn_space_us = conn_offset_us;
pdu_tx->connect_ind.win_offset = sys_cpu_to_le16(0);
} else {
uint32_t win_offset_us =
uint32_t win_offset_us = radio_tmr_start_latency_get() +
lll->conn_win_offset_us +
radio_rx_ready_delay_get(phy, PHY_FLAGS_S8);

Expand Down

0 comments on commit 88a73dd

Please sign in to comment.