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:
parent
548fcab648
commit
e04a19003b
4 changed files with 5 additions and 4 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue