Searched refs:burst_number (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-2.7.6/subsys/bluetooth/controller/ll_sw/ |
D | ull_iso.c | 158 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()
|
D | lll_conn_iso.h | 19 uint8_t burst_number; /* Burst number (BN) */ member
|
D | ull_peripheral_iso.c | 145 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()
|
D | isoal.h | 223 uint8_t burst_number,
|
D | isoal.c | 121 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/ |
D | iso.h | 365 uint8_t burst_number; member
|
/Zephyr-Core-2.7.6/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | receiver.c | 144 biginfo->burst_number, biginfo->offset, biginfo->rep_count, in biginfo_cb()
|
/Zephyr-Core-2.7.6/samples/bluetooth/iso_receive/src/ |
D | main.c | 193 biginfo->burst_number, biginfo->offset, in biginfo_cb()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | scan.c | 874 biginfo.burst_number = evt->bn; in bt_hci_le_biginfo_adv_report()
|
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/ |
D | bt.c | 538 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/ |
D | hci.c | 3534 sep->c_bn = lll_cis_c->burst_number; 3535 sep->p_bn = lll_cis_p->burst_number;
|