Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/
Dull_iso.c158 uint8_t burst_number; in ll_setup_iso_path() local
161 burst_number = cis->lll.tx.burst_number; in ll_setup_iso_path()
171 burst_number = cis->lll.rx.burst_number; in ll_setup_iso_path()
184 err = isoal_sink_create(&sink_hdl, handle, burst_number, sdu_interval, in ll_setup_iso_path()
Dlll_conn_iso.h19 uint8_t burst_number; /* Burst number (BN) */ member
Dull_peripheral_iso.c145 cis->lll.rx.burst_number = req->c_bn; in ull_peripheral_iso_acquire()
150 cis->lll.tx.burst_number = req->p_bn; in ull_peripheral_iso_acquire()
Disoal.h223 uint8_t burst_number,
Disoal.c121 uint8_t burst_number, in isoal_sink_create() argument
139 burst_number * (sdu_interval / (iso_interval * 1250)); in isoal_sink_create()
/Zephyr-Core-2.7.6/include/bluetooth/
Diso.h365 uint8_t burst_number; member
/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c144 biginfo->burst_number, biginfo->offset, biginfo->rep_count, in biginfo_cb()
/Zephyr-Core-2.7.6/samples/bluetooth/iso_receive/src/
Dmain.c193 biginfo->burst_number, biginfo->offset, in biginfo_cb()
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dscan.c874 biginfo.burst_number = evt->bn; in bt_hci_le_biginfo_adv_report()
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/
Dbt.c538 BT_INTERVAL_TO_MS(biginfo->iso_interval), biginfo->burst_number, in per_adv_sync_biginfo_cb()
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/hci/
Dhci.c3534 sep->c_bn = lll_cis_c->burst_number;
3535 sep->p_bn = lll_cis_p->burst_number;