Lines Matching refs:biginfo
1581 struct bt_iso_biginfo biginfo; in bt_hci_le_biginfo_adv_report() local
1593 biginfo.addr = &per_adv_sync->addr; in bt_hci_le_biginfo_adv_report()
1594 biginfo.sid = per_adv_sync->sid; in bt_hci_le_biginfo_adv_report()
1595 biginfo.num_bis = evt->num_bis; in bt_hci_le_biginfo_adv_report()
1596 biginfo.sub_evt_count = evt->nse; in bt_hci_le_biginfo_adv_report()
1597 biginfo.iso_interval = sys_le16_to_cpu(evt->iso_interval); in bt_hci_le_biginfo_adv_report()
1598 biginfo.burst_number = evt->bn; in bt_hci_le_biginfo_adv_report()
1599 biginfo.offset = evt->pto; in bt_hci_le_biginfo_adv_report()
1600 biginfo.rep_count = evt->irc; in bt_hci_le_biginfo_adv_report()
1601 biginfo.max_pdu = sys_le16_to_cpu(evt->max_pdu); in bt_hci_le_biginfo_adv_report()
1602 biginfo.sdu_interval = sys_get_le24(evt->sdu_interval); in bt_hci_le_biginfo_adv_report()
1603 biginfo.max_sdu = sys_le16_to_cpu(evt->max_sdu); in bt_hci_le_biginfo_adv_report()
1604 biginfo.phy = bt_get_phy(evt->phy); in bt_hci_le_biginfo_adv_report()
1605 biginfo.framing = evt->framing; in bt_hci_le_biginfo_adv_report()
1606 biginfo.encryption = evt->encryption ? true : false; in bt_hci_le_biginfo_adv_report()
1609 if (listener->biginfo) { in bt_hci_le_biginfo_adv_report()
1610 listener->biginfo(per_adv_sync, &biginfo); in bt_hci_le_biginfo_adv_report()