Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_receiver.c226 struct bt_iso_chan *bis_channels[CONFIG_BT_ISO_MAX_CHAN]; in sync_big() local
230 .bis_channels = bis_channels, in sync_big()
237 TEST_ASSERT(cnt <= ARRAY_SIZE(bis_channels)); in sync_big()
239 bis_channels[i] = &iso_chans[i]; in sync_big()
Dbis_broadcaster.c196 .bis_channels = channels, in create_big()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c90 static struct bt_iso_chan *bis_channels[BIS_ISO_CHAN_COUNT] = { &bis_iso_chan }; variable
317 big_create_param.bis_channels = bis_channels; in create_big()
370 big_create_param.bis_channels = bis_channels; in create_advanced_big()
905 big_param.bis_channels = bis_channels; in test_iso_recv_main()
1120 big_param.bis_channels = bis_channels; in test_iso_recv_vs_dp_main()
/Zephyr-latest/subsys/bluetooth/host/
Diso_internal.h71 sys_slist_t bis_channels; member
Diso.c2685 sys_slist_init(&bigs[i].bis_channels); in get_free_big()
2712 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&big->bis_channels, bis, tmp, node) { in cleanup_big()
2718 sys_slist_remove(&big->bis_channels, NULL, &bis->node); in cleanup_big()
2728 SYS_SLIST_FOR_EACH_CONTAINER(&big->bis_channels, bis, node) { in big_disconnect()
2745 static int big_init_bis(struct bt_iso_big *big, struct bt_iso_chan **bis_channels, uint8_t num_bis, in big_init_bis() argument
2749 struct bt_iso_chan *bis = bis_channels[i]; in big_init_bis()
2767 sys_slist_append(&big->bis_channels, &bis->node); in big_init_bis()
2809 bis = SYS_SLIST_PEEK_HEAD_CONTAINER(&big->bis_channels, bis, node); in hci_le_create_big()
2845 SYS_SLIST_FOR_EACH_CONTAINER(&big->bis_channels, bis, node) { in hci_le_create_big()
2869 bis = SYS_SLIST_PEEK_HEAD_CONTAINER(&big->bis_channels, bis, node); in hci_le_create_big_test()
[all …]
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c650 static struct bt_iso_chan *bis_channels[BIS_ISO_CHAN_COUNT] = { &bis_iso_chan }; variable
735 param.bis_channels = bis_channels; in cmd_big_create()
823 param.bis_channels = bis_channels; in cmd_big_sync()
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h482 struct bt_iso_chan **bis_channels; member
571 struct bt_iso_chan **bis_channels; member
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Diso.c156 struct bt_iso_chan *bis = param->bis_channels[i]; in bt_iso_big_create()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c125 .bis_channels = channels, in create_big()
/Zephyr-latest/samples/bluetooth/iso_broadcast/src/
Dmain.c81 .bis_channels = bis,
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/
Dbroadcaster.c124 .bis_channels = channels, in create_big()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_sink.c1229 struct bt_iso_chan *bis_channels[CONFIG_BT_BAP_BROADCAST_SNK_STREAM_COUNT]; in bt_bap_broadcast_sink_sync() local
1323 bis_channels[i] = sink->bis[i].chan; in bt_bap_broadcast_sink_sync()
1326 param.bis_channels = bis_channels; in bt_bap_broadcast_sink_sync()
Dbap_broadcast_source.c1071 param.bis_channels = bis; in bt_bap_broadcast_source_start()
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c349 .bis_channels = bis, in create_big_sync()
Dbroadcaster.c56 .bis_channels = bis,
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c276 .bis_channels = bis,