Lines Matching full:big
641 static struct bt_iso_big *big; variable
679 shell_error(sh, "BIG not created"); in cmd_broadcast()
684 shell_error(sh, "BIG not setup as broadcaster"); in cmd_broadcast()
758 err = bt_iso_big_create(adv, ¶m, &big); in cmd_big_create()
760 shell_error(sh, "Unable to create BIG (err %d)", err); in cmd_big_create()
764 shell_print(sh, "BIG created"); in cmd_big_create()
775 shell_error(sh, "BIG not created"); in cmd_tx_sync_read_bis()
796 /* TODO: Add support to select which PA sync to BIG sync to */ in cmd_big_sync()
906 err = bt_iso_big_sync(pa_sync, ¶m, &big); in cmd_big_sync()
908 shell_error(sh, "Unable to sync to BIG (err %d)", err); in cmd_big_sync()
912 shell_print(sh, "BIG syncing"); in cmd_big_sync()
922 err = bt_iso_big_terminate(big); in cmd_big_term()
924 shell_error(sh, "Unable to terminate BIG (err %d)", err); in cmd_big_term()
928 shell_print(sh, "BIG terminated"); in cmd_big_term()
962 SHELL_CMD_ARG(create-big, NULL, "Create a BIG as a broadcaster [enc <broadcast code>]",
968 SHELL_CMD_ARG(sync-big, NULL,
969 "Synchronize to a BIG as a receiver <BIS bitfield> [mse] "
974 SHELL_CMD_ARG(term-big, NULL, "Terminate a BIG", cmd_big_term, 1, 0),