Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/controller/ctrl_cis_create/src/
Dmain.c102 static struct pdu_data_llctrl_cis_req local_cis_req = { variable
653 cis->group->cig_id = local_cis_req.cig_id; in ZTEST()
654 cis->cis_id = local_cis_req.cis_id; in ZTEST()
655 cis->lll.tx.phy = local_cis_req.c_phy; in ZTEST()
656 cis->lll.rx.phy = local_cis_req.p_phy; in ZTEST()
663 cis->group->iso_interval = local_cis_req.iso_interval; in ZTEST()
665 cis->lll.nse = local_cis_req.nse; in ZTEST()
667 cis->lll.tx.bn = local_cis_req.c_bn; in ZTEST()
668 cis->lll.rx.bn = local_cis_req.p_bn; in ZTEST()
669 cis->lll.tx.ft = local_cis_req.c_ft; in ZTEST()
[all …]