Bluetooth: Controller: Move iso_interval field from ULL to LLL context

Move the iso_interval field from ULL to LLL context to
facilitate calculation of timestamp when there is PTO in
the BIG events.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
This commit is contained in:
Vinayak Kariappa Chettimada 2021-11-19 15:37:23 +05:30 committed by Carles Cufí
commit e04a19003b
4 changed files with 5 additions and 4 deletions

View file

@ -6425,7 +6425,7 @@ static void le_big_sync_established(struct pdu_data *pdu,
sep->pto = lll->pto;
sep->irc = lll->irc;
sep->max_pdu = sys_cpu_to_le16(lll->max_pdu);
sep->iso_interval = sys_cpu_to_le16(sync_iso->iso_interval);
sep->iso_interval = sys_cpu_to_le16(lll->iso_interval);
sep->num_bis = lll->num_bis;
/* FIXME: Connection handle list of all BISes in the BIG */