Searched refs:bis_channels (Results 1 – 16 of 16) sorted by relevance
| /Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/ |
| D | bis_receiver.c | 225 struct bt_iso_chan *bis_channels[CONFIG_BT_ISO_MAX_CHAN]; in sync_big() local 229 .bis_channels = bis_channels, in sync_big() 236 TEST_ASSERT(cnt <= ARRAY_SIZE(bis_channels)); in sync_big() 238 bis_channels[i] = &iso_chans[i]; in sync_big()
|
| D | bis_broadcaster.c | 193 .bis_channels = channels, in create_big()
|
| /Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
| D | test_bis.c | 90 static struct bt_iso_chan *bis_channels[BIS_ISO_CHAN_COUNT] = { &bis_iso_chan }; variable 347 big_create_param.bis_channels = bis_channels; in create_big() 402 big_create_param.bis_channels = bis_channels; in create_advanced_big() 938 big_param.bis_channels = bis_channels; in test_iso_recv_main() 1153 big_param.bis_channels = bis_channels; in test_iso_recv_vs_dp_main()
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | iso_internal.h | 71 sys_slist_t bis_channels; member
|
| D | iso.c | 2685 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/ |
| D | iso.c | 657 static struct bt_iso_chan *bis_channels[BIS_ISO_CHAN_COUNT] = { &bis_iso_chan }; variable 748 param.bis_channels = bis_channels; in cmd_big_create() 836 param.bis_channels = bis_channels; in cmd_big_sync()
|
| /Zephyr-latest/include/zephyr/bluetooth/ |
| D | iso.h | 482 struct bt_iso_chan **bis_channels; member 571 struct bt_iso_chan **bis_channels; member
|
| /Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
| D | iso.c | 162 struct bt_iso_chan *bis = param->bis_channels[i]; in bt_iso_big_create()
|
| /Zephyr-latest/tests/bsim/bluetooth/host/iso/frag/src/ |
| D | broadcaster.c | 125 .bis_channels = channels, in create_big()
|
| /Zephyr-latest/samples/bluetooth/iso_broadcast/src/ |
| D | main.c | 81 .bis_channels = bis,
|
| /Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/ |
| D | broadcaster.c | 124 .bis_channels = channels, in create_big()
|
| /Zephyr-latest/subsys/bluetooth/audio/ |
| D | bap_broadcast_sink.c | 1229 struct bt_iso_chan *bis_channels[CONFIG_BT_BAP_BROADCAST_SNK_STREAM_COUNT]; in bt_bap_broadcast_sink_sync() local 1327 bis_channels[i] = sink->bis[i].chan; in bt_bap_broadcast_sink_sync() 1330 param.bis_channels = bis_channels; in bt_bap_broadcast_sink_sync()
|
| D | bap_broadcast_source.c | 1071 param.bis_channels = bis; in bt_bap_broadcast_source_start()
|
| /Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ |
| D | receiver.c | 349 .bis_channels = bis, in create_big_sync()
|
| D | broadcaster.c | 57 .bis_channels = bis,
|
| /Zephyr-latest/samples/bluetooth/iso_receive/src/ |
| D | main.c | 276 .bis_channels = bis,
|