Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c348 struct bt_iso_big_sync_param big_sync_param = { in create_big_sync() local
371 big_sync_param.sync_timeout = CLAMP(sync_timeout_us / (10 * USEC_PER_MSEC), in create_big_sync()
374 big_sync_param.num_bis = bis_count; in create_big_sync()
376 for (int i = 1; i <= big_sync_param.num_bis; i++) { in create_big_sync()
377 big_sync_param.bis_bitfield |= BT_ISO_BIS_INDEX_BIT(i); in create_big_sync()
381 err = bt_iso_big_sync(sync, &big_sync_param, big); in create_big_sync()
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c275 static struct bt_iso_big_sync_param big_sync_param = { variable
428 err = bt_iso_big_sync(sync, &big_sync_param, &big); in main()