Home
last modified time | relevance | path

Searched refs:big_info (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_adv_iso.c102 struct pdu_big_info *big_info; in big_create() local
529 big_info = (void *)&bi_ad[PDU_ADV_DATA_HEADER_DATA_OFFSET]; in big_create()
536 PDU_BIG_INFO_ISO_INTERVAL_SET(big_info, iso_interval_us / PERIODIC_INT_UNIT_US); in big_create()
537 PDU_BIG_INFO_NUM_BIS_SET(big_info, lll_adv_iso->num_bis); in big_create()
538 PDU_BIG_INFO_NSE_SET(big_info, lll_adv_iso->nse); in big_create()
539 PDU_BIG_INFO_BN_SET(big_info, lll_adv_iso->bn); in big_create()
540 PDU_BIG_INFO_SUB_INTERVAL_SET(big_info, lll_adv_iso->sub_interval); in big_create()
541 PDU_BIG_INFO_PTO_SET(big_info, lll_adv_iso->pto); in big_create()
542 PDU_BIG_INFO_SPACING_SET(big_info, lll_adv_iso->bis_spacing); in big_create()
543 PDU_BIG_INFO_IRC_SET(big_info, lll_adv_iso->irc); in big_create()
[all …]