Searched refs:bis_channels (Results 1 – 12 of 12) sorted by relevance
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/bis/src/ |
D | main.c | 90 static struct bt_iso_chan *bis_channels[BIS_ISO_CHAN_COUNT] = { &bis_iso_chan }; variable 315 big_create_param.bis_channels = bis_channels; in create_big() 348 big_create_param.bis_channels = bis_channels; in create_advanced_big() 898 big_param.bis_channels = bis_channels; in test_iso_recv_main() 1115 big_param.bis_channels = bis_channels; in test_iso_recv_vs_dp_main()
|
/Zephyr-Core-3.5.0/subsys/bluetooth/host/ |
D | iso.c | 2451 sys_slist_init(&bigs[i].bis_channels); in get_free_big() 2478 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&big->bis_channels, bis, tmp, node) { in cleanup_big() 2484 sys_slist_remove(&big->bis_channels, NULL, &bis->node); in cleanup_big() 2494 SYS_SLIST_FOR_EACH_CONTAINER(&big->bis_channels, bis, node) { in big_disconnect() 2502 struct bt_iso_chan **bis_channels, in big_init_bis() argument 2507 struct bt_iso_chan *bis = bis_channels[i]; in big_init_bis() 2525 sys_slist_append(&big->bis_channels, &bis->node); in big_init_bis() 2548 bis = SYS_SLIST_PEEK_HEAD_CONTAINER(&big->bis_channels, bis, node); in hci_le_create_big() 2579 SYS_SLIST_FOR_EACH_CONTAINER(&big->bis_channels, bis, node) { in hci_le_create_big() 2604 bis = SYS_SLIST_PEEK_HEAD_CONTAINER(&big->bis_channels, bis, node); in hci_le_create_big_test() [all …]
|
D | iso_internal.h | 62 sys_slist_t bis_channels; member
|
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/ |
D | iso.c | 576 static struct bt_iso_chan *bis_channels[BIS_ISO_CHAN_COUNT] = { &bis_iso_chan }; variable 659 param.bis_channels = bis_channels; in cmd_big_create() 745 param.bis_channels = bis_channels; in cmd_big_sync()
|
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/ |
D | iso.h | 420 struct bt_iso_chan **bis_channels; member 505 struct bt_iso_chan **bis_channels; member
|
/Zephyr-Core-3.5.0/tests/bluetooth/audio/mocks/src/ |
D | iso.c | 130 struct bt_iso_chan *bis = param->bis_channels[i]; in bt_iso_big_create()
|
/Zephyr-Core-3.5.0/samples/bluetooth/iso_broadcast/src/ |
D | main.c | 78 .bis_channels = bis,
|
/Zephyr-Core-3.5.0/samples/bluetooth/iso_receive/src/ |
D | main.c | 277 .bis_channels = bis,
|
/Zephyr-Core-3.5.0/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | receiver.c | 349 .bis_channels = bis, in create_big_sync()
|
D | broadcaster.c | 51 .bis_channels = bis,
|
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/ |
D | bap_broadcast_source.c | 973 param.bis_channels = bis; in bt_bap_broadcast_source_start()
|
D | bap_broadcast_sink.c | 1017 param.bis_channels = sink->bis; in bt_bap_broadcast_sink_sync()
|