Searched refs:big_param (Results 1 – 1 of 1) sorted by relevance
898 struct bt_iso_big_sync_param big_param = { 0, }; in test_iso_recv_main() local905 big_param.bis_channels = bis_channels; in test_iso_recv_main()906 big_param.num_bis = BIS_ISO_CHAN_COUNT; in test_iso_recv_main()907 big_param.bis_bitfield = BT_ISO_BIS_INDEX_BIT(1); /* BIS 1 selected */ in test_iso_recv_main()908 big_param.mse = 1; in test_iso_recv_main()909 big_param.sync_timeout = 100; /* 1000 ms */ in test_iso_recv_main()910 big_param.encryption = false; in test_iso_recv_main()912 memset(big_param.bcode, 0, sizeof(big_param.bcode)); in test_iso_recv_main()913 err = bt_iso_big_sync(sync, &big_param, &big); in test_iso_recv_main()948 err = bt_iso_big_sync(sync, &big_param, &big); in test_iso_recv_main()[all …]