Skip to content

Commit ffe52da

Browse files
segerlundkartben
authored andcommitted
bluetooth: Controller: Set sdu_max fixing ISO test mode sdu_max
For ISO test mode sdu_max to work it actually has to be set somewhere and this does that. Signed-off-by: Lars Segerlund <lrsu@demant.com>
1 parent 084f0ac commit ffe52da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/controller/ll_sw/ull_sync_iso.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ void ull_sync_iso_setup(struct ll_sync_iso_set *sync_iso,
506506
lll->ptc = 0U;
507507
}
508508
lll->sdu_interval = PDU_BIG_INFO_SDU_INTERVAL_GET(bi);
509+
lll->max_sdu = PDU_BIG_INFO_MAX_SDU_GET(bi);
509510

510511
/* Pick the 39-bit payload count, 1 MSb is framing bit */
511512
lll->payload_count = (uint64_t)bi->payload_count_framing[0];

0 commit comments

Comments
 (0)