Home
last modified time | relevance | path

Searched refs:bt_iso_big_sync (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_receiver.c243 err = bt_iso_big_sync(sync, &param, out_big); in sync_big()
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c913 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()
1133 err = bt_iso_big_sync(sync, &big_param, &big); in test_iso_recv_vs_dp_main()
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h1200 int bt_iso_big_sync(struct bt_le_per_adv_sync *sync, struct bt_iso_big_sync_param *param,
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c381 err = bt_iso_big_sync(sync, &big_sync_param, big); in create_big_sync()
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c428 err = bt_iso_big_sync(sync, &big_sync_param, &big); in main()
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c906 err = bt_iso_big_sync(pa_sync, &param, &big); in cmd_big_sync()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_sink.c1339 err = bt_iso_big_sync(sink->pa_sync, &param, &sink->big); in bt_bap_broadcast_sink_sync()
/Zephyr-latest/subsys/bluetooth/host/
Diso.c3450 int bt_iso_big_sync(struct bt_le_per_adv_sync *sync, struct bt_iso_big_sync_param *param, in bt_iso_big_sync() function