Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c37 static struct bt_iso_chan bis_iso_chans[CONFIG_BT_ISO_MAX_CHAN]; variable
382 ret = bt_iso_chan_send(&bis_iso_chans[i], buf, seq_num, in iso_timer_timeout()
437 for (int i = 0; i < ARRAY_SIZE(bis_iso_chans); i++) { in create_big()
438 bis_iso_chans[i].ops = &iso_ops; in create_big()
439 bis_iso_chans[i].qos = &bis_iso_qos; in create_big()
440 bis[i] = &bis_iso_chans[i]; in create_big()