Commit 938fca2e authored by Vinayak Kariappa Chettimada's avatar Vinayak Kariappa Chettimada Committed by Anas Nashif
Browse files

Bluetooth: controller: Use ticker resolution margin in central



Use the vendor specific ticker resolution margin in the
central connection initiation offset calculation.

Related to commit 89ab68f2 ("bluetooth: controller:
Vendor specific ticker resolution margin").

Signed-off-by: default avatarVinayak Kariappa Chettimada <vich@nordicsemi.no>
parent ce27b262
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -677,7 +677,7 @@ void ull_master_setup(memq_link_t *link, struct node_rx_hdr *rx,

	conn_interval_us = lll->interval * CONN_INT_UNIT_US;
	conn_offset_us = ftr->radio_end_us;
	conn_offset_us += HAL_TICKER_TICKS_TO_US(1);
	conn_offset_us += EVENT_TICKER_RES_MARGIN_US;
	conn_offset_us -= EVENT_OVERHEAD_START_US;

#if defined(CONFIG_BT_CTLR_PHY)