Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/iso_broadcast/src/
Dmain.c18 #define BIS_ISO_CHAN_COUNT 2 macro
19 NET_BUF_POOL_FIXED_DEFINE(bis_tx_pool, BIS_ISO_CHAN_COUNT,
23 static K_SEM_DEFINE(sem_big_cmplt, 0, BIS_ISO_CHAN_COUNT);
24 static K_SEM_DEFINE(sem_big_term, 0, BIS_ISO_CHAN_COUNT);
80 .num_bis = BIS_ISO_CHAN_COUNT,
168 for (uint8_t chan = 0U; chan < BIS_ISO_CHAN_COUNT; chan++) { in main()
179 for (uint8_t chan = 0U; chan < BIS_ISO_CHAN_COUNT; chan++) { in main()
229 for (uint8_t chan = 0U; chan < BIS_ISO_CHAN_COUNT; in main()
250 for (uint8_t chan = 0U; chan < BIS_ISO_CHAN_COUNT; in main()
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c25 #define BIS_ISO_CHAN_COUNT MIN(2U, CONFIG_BT_ISO_MAX_CHAN) macro
39 static K_SEM_DEFINE(sem_big_sync, 0, BIS_ISO_CHAN_COUNT);
40 static K_SEM_DEFINE(sem_big_sync_lost, 0, BIS_ISO_CHAN_COUNT);
256 static struct bt_iso_chan_io_qos iso_rx_qos[BIS_ISO_CHAN_COUNT];
277 .num_bis = BIS_ISO_CHAN_COUNT,
278 .bis_bitfield = (BIT_MASK(BIS_ISO_CHAN_COUNT)),
435 for (uint8_t chan = 0U; chan < BIS_ISO_CHAN_COUNT; chan++) { in main()
471 for (uint8_t chan = 0U; chan < BIS_ISO_CHAN_COUNT; chan++) { in main()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c89 #define BIS_ISO_CHAN_COUNT 1 macro
90 static struct bt_iso_chan *bis_channels[BIS_ISO_CHAN_COUNT] = { &bis_iso_chan };
93 NET_BUF_POOL_FIXED_DEFINE(bis_tx_pool, BIS_ISO_CHAN_COUNT,
318 big_create_param.num_bis = BIS_ISO_CHAN_COUNT; in create_big()
371 big_create_param.num_bis = BIS_ISO_CHAN_COUNT; in create_advanced_big()
906 big_param.num_bis = BIS_ISO_CHAN_COUNT; in test_iso_recv_main()
1121 big_param.num_bis = BIS_ISO_CHAN_COUNT; in test_iso_recv_vs_dp_main()
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c640 #define BIS_ISO_CHAN_COUNT 1 macro
650 static struct bt_iso_chan *bis_channels[BIS_ISO_CHAN_COUNT] = { &bis_iso_chan };
655 NET_BUF_POOL_FIXED_DEFINE(bis_tx_pool, BIS_ISO_CHAN_COUNT,
736 param.num_bis = BIS_ISO_CHAN_COUNT; in cmd_big_create()
824 param.num_bis = BIS_ISO_CHAN_COUNT; in cmd_big_sync()