Searched refs:past_param (Results 1 – 1 of 1) sorted by relevance
582 struct bt_le_per_adv_sync_transfer_param past_param; in test_past_recv_main() local608 past_param.skip = 1; in test_past_recv_main()609 past_param.timeout = 1000; /* 10 seconds */ in test_past_recv_main()610 past_param.options = BT_LE_PER_ADV_SYNC_TRANSFER_OPT_FILTER_DUPLICATES; in test_past_recv_main()612 err = bt_le_per_adv_sync_transfer_subscribe(NULL, &past_param); in test_past_recv_main()631 err = bt_le_per_adv_sync_transfer_subscribe(default_conn, &past_param); in test_past_recv_main()661 struct bt_le_per_adv_sync_transfer_param past_param; in test_past_recv_main_default_param() local687 past_param.skip = 1; in test_past_recv_main_default_param()688 past_param.timeout = 1000; /* 10 seconds */ in test_past_recv_main_default_param()689 past_param.options = BT_LE_PER_ADV_SYNC_TRANSFER_OPT_FILTER_DUPLICATES; in test_past_recv_main_default_param()[all …]
Completed in 4 milliseconds