diff --git a/subsys/bluetooth/controller/ll_sw/nordic/lll/lll_adv_iso.c b/subsys/bluetooth/controller/ll_sw/nordic/lll/lll_adv_iso.c index 62f74a1ce9c..936b9a9e3f9 100644 --- a/subsys/bluetooth/controller/ll_sw/nordic/lll/lll_adv_iso.c +++ b/subsys/bluetooth/controller/ll_sw/nordic/lll/lll_adv_iso.c @@ -598,6 +598,8 @@ static void isr_tx_common(void *param, } else { pdu = (void *)tx->pdu; } + pdu->cssn = lll->cssn; + pdu->cstf = 0U; #else /* TEST_WITH_DUMMY_PDU */ pdu = radio_pkt_scratch_get();