File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
subsys/bluetooth/controller/ll_sw/nordic/lll Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -800,10 +800,7 @@ static void isr_rx(void *param)
800
800
801
801
ull_iso_pdu_rx_alloc ();
802
802
iso_rx_put (node_rx -> hdr .link , node_rx );
803
-
804
- #if !defined(CONFIG_BT_CTLR_LOW_LAT_ULL )
805
803
iso_rx_sched ();
806
- #endif /* CONFIG_BT_CTLR_LOW_LAT_ULL */
807
804
808
805
cis_lll -> rx .bn_curr ++ ;
809
806
if ((cis_lll -> rx .bn_curr > cis_lll -> rx .bn ) &&
Original file line number Diff line number Diff line change @@ -637,10 +637,7 @@ static void isr_rx(void *param)
637
637
638
638
ull_iso_pdu_rx_alloc ();
639
639
iso_rx_put (node_rx -> hdr .link , node_rx );
640
-
641
- #if !defined(CONFIG_BT_CTLR_LOW_LAT_ULL )
642
640
iso_rx_sched ();
643
- #endif /* CONFIG_BT_CTLR_LOW_LAT_ULL */
644
641
645
642
cis_lll -> rx .bn_curr ++ ;
646
643
if ((cis_lll -> rx .bn_curr > cis_lll -> rx .bn ) &&
Original file line number Diff line number Diff line change @@ -1523,11 +1523,9 @@ static void isr_rx_done(void *param)
1523
1523
lll -> payload_tail = payload_index ;
1524
1524
} while (latency_event -- );
1525
1525
1526
- #if !defined(CONFIG_BT_CTLR_LOW_LAT_ULL )
1527
1526
if (node_rx ) {
1528
1527
iso_rx_sched ();
1529
1528
}
1530
- #endif /* CONFIG_BT_CTLR_LOW_LAT_ULL */
1531
1529
1532
1530
e = ull_event_done_extra_get ();
1533
1531
LL_ASSERT (e );
You can’t perform that action at this time.
0 commit comments