Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dbroadcaster.c50 static struct bt_iso_chan bis_iso_chans[CONFIG_BT_ISO_MAX_CHAN]; variable
605 ret = bt_iso_chan_send(&bis_iso_chans[i], buf, seq_num); in iso_timer_timeout()
713 for (int i = 0; i < ARRAY_SIZE(bis_iso_chans); i++) { in create_big()
714 bis_iso_chans[i].ops = &iso_ops; in create_big()
715 bis_iso_chans[i].qos = &bis_iso_qos; in create_big()
716 bis[i] = &bis_iso_chans[i]; in create_big()