Lines Matching refs:big
341 static void create_big(struct bt_le_ext_adv *adv, struct bt_iso_big **big) in create_big() argument
361 err = bt_iso_big_create(adv, &big_create_param, big); in create_big()
375 static void terminate_big(struct bt_iso_big *big) in terminate_big() argument
380 err = bt_iso_big_terminate(big); in terminate_big()
396 static void create_advanced_big(struct bt_le_ext_adv *adv, struct bt_iso_big **big) in create_advanced_big() argument
421 err = bt_iso_big_create(adv, &big_create_param, big); in create_advanced_big()
459 struct bt_iso_big *big; in test_iso_main() local
461 create_big(adv, &big); in test_iso_main()
506 terminate_big(big); in test_iso_main()
507 big = NULL; in test_iso_main()
513 create_advanced_big(adv, &big); in test_iso_main()
515 terminate_big(big); in test_iso_main()
516 big = NULL; in test_iso_main()
932 struct bt_iso_big *big; in test_iso_recv_main() local
946 err = bt_iso_big_sync(sync, &big_param, &big); in test_iso_recv_main()
960 err = bt_iso_big_terminate(big); in test_iso_recv_main()
981 err = bt_iso_big_sync(sync, &big_param, &big); in test_iso_recv_main()
1147 struct bt_iso_big *big; in test_iso_recv_vs_dp_main() local
1166 err = bt_iso_big_sync(sync, &big_param, &big); in test_iso_recv_vs_dp_main()
1183 err = bt_iso_big_terminate(big); in test_iso_recv_vs_dp_main()