Skip to content

Commit 7c7da5d

Browse files
cvinayakcarlescufi
authored andcommitted
Bluetooth: Controller: Fix power amp for transmit of chain scan resp
Fix power amp for transmitting of chain scan response wherein capture of PDU end timestamp was missing causing power amplifier from not being enabled for first chain PDU. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 87b982d commit 7c7da5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,10 @@ static inline int isr_rx_pdu(struct lll_adv_aux *lll_aux,
605605
lll->phy_flags,
606606
lll->phy_s,
607607
lll->phy_flags);
608+
#if defined(HAL_RADIO_GPIO_HAVE_PA_PIN)
609+
radio_tmr_end_capture();
610+
#endif /* HAL_RADIO_GPIO_HAVE_PA_PIN */
611+
608612
#endif /* CONFIG_BT_CTLR_ADV_PDU_BACK2BACK */
609613

610614
} else {

0 commit comments

Comments
 (0)