Lines Matching refs:sync

598 static void pa_sync_cb(struct bt_le_per_adv_sync *sync,  in pa_sync_cb()  argument
607 bt_le_per_adv_sync_get_index(sync), le_addr, in pa_sync_cb()
613 static void pa_terminated_cb(struct bt_le_per_adv_sync *sync, in pa_terminated_cb() argument
621 bt_le_per_adv_sync_get_index(sync), le_addr); in pa_terminated_cb()
632 static void pa_recv_cb(struct bt_le_per_adv_sync *sync, in pa_recv_cb() argument
642 bt_le_per_adv_sync_get_index(sync), le_addr, info->tx_power, in pa_recv_cb()
649 pa_state_changed_cb(struct bt_le_per_adv_sync *sync, in pa_state_changed_cb() argument
653 bt_le_per_adv_sync_get_index(sync), in pa_state_changed_cb()
659 static void pa_biginfo_cb(struct bt_le_per_adv_sync *sync, in pa_biginfo_cb() argument
670 bt_le_per_adv_sync_get_index(sync), le_addr, biginfo->sid, in pa_biginfo_cb()
758 struct bt_le_per_adv_sync *sync = NULL; in test_iso_recv_main() local
801 err = bt_le_per_adv_sync_create(&sync_create_param, &sync); in test_iso_recv_main()
838 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main()
865 err = ll_big_sync_create(big_handle, sync->handle, encryption, bcode, in test_iso_recv_main()
889 err = bt_le_per_adv_sync_delete(sync); 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()
972 err = bt_le_per_adv_sync_recv_enable(sync); in test_iso_recv_main()
1002 err = bt_le_per_adv_sync_delete(sync); in test_iso_recv_main()
1032 struct bt_le_per_adv_sync *sync = NULL; in test_iso_recv_vs_dp_main() local
1084 err = bt_le_per_adv_sync_create(&sync_create_param, &sync); in test_iso_recv_vs_dp_main()
1133 err = bt_iso_big_sync(sync, &big_param, &big); in test_iso_recv_vs_dp_main()
1175 err = bt_le_per_adv_sync_delete(sync); in test_iso_recv_vs_dp_main()