Bluetooth: Controller: Fix peripheral assert under single timer use

Fix peripheral EVENT_OVERHEAD_START_US assertion due to
missing packet timer timestamp accumulation under single
timer use in nRF54Lx SoCs.

Relates to commit 373dc0db71 ("Bluetooth: Controller:
Single timer use Extended Advertising nRF54L support").

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada
2025-06-25 17:28:49 +02:00
committed by Dan Kalowsky
parent e8638befaf
commit 6e8f081385

View File

@@ -1164,6 +1164,11 @@ static void isr_tx(void *param)
node_rx_prof = lll_prof_reserve();
}
/* Call to ensure packet/event timer accumulates the elapsed time
* under single timer use.
*/
(void)radio_is_tx_done();
/* Clear radio tx status and events */
lll_isr_tx_status_reset();