Lines Matching refs:params

15 	struct bt_le_cs_test_param params;  in test_params_get()  local
17 params.role = role; in test_params_get()
18 params.main_mode = BT_CONN_LE_CS_MAIN_MODE_2; in test_params_get()
19 params.sub_mode = BT_CONN_LE_CS_SUB_MODE_1; in test_params_get()
20 params.main_mode_repetition = 1; in test_params_get()
21 params.mode_0_steps = NUM_MODE_0_STEPS; in test_params_get()
22 params.rtt_type = BT_CONN_LE_CS_RTT_TYPE_AA_ONLY; in test_params_get()
23 params.cs_sync_phy = BT_CONN_LE_CS_SYNC_1M_PHY; in test_params_get()
24 params.cs_sync_antenna_selection = BT_LE_CS_TEST_CS_SYNC_ANTENNA_SELECTION_ONE; in test_params_get()
25 params.subevent_len = 5000; in test_params_get()
26 params.subevent_interval = 0; in test_params_get()
27 params.max_num_subevents = 1; in test_params_get()
28 params.transmit_power_level = BT_HCI_OP_LE_CS_TEST_MAXIMIZE_TX_POWER; in test_params_get()
29 params.t_ip1_time = 145; in test_params_get()
30 params.t_ip2_time = 145; in test_params_get()
31 params.t_fcs_time = 150; in test_params_get()
32 params.t_pm_time = 40; in test_params_get()
33 params.t_sw_time = 0; in test_params_get()
34 params.tone_antenna_config_selection = BT_LE_CS_TONE_ANTENNA_CONFIGURATION_A1_B1; in test_params_get()
36 params.initiator_snr_control = BT_LE_CS_SNR_CONTROL_NOT_USED; in test_params_get()
37 params.reflector_snr_control = BT_LE_CS_SNR_CONTROL_NOT_USED; in test_params_get()
39 params.drbg_nonce = 0x1234; in test_params_get()
41 params.override_config = BIT(2) | BIT(5); in test_params_get()
42 params.override_config_0.channel_map_repetition = 1; in test_params_get()
44 memset(params.override_config_0.not_set.channel_map, 0, 10); in test_params_get()
47 BT_LE_CS_CHANNEL_BIT_SET_VAL(params.override_config_0.not_set.channel_map, i, 1); in test_params_get()
50 params.override_config_0.not_set.channel_selection_type = BT_CONN_LE_CS_CHSEL_TYPE_3B; in test_params_get()
51 params.override_config_0.not_set.ch3c_shape = BT_CONN_LE_CS_CH3C_SHAPE_HAT; in test_params_get()
52 params.override_config_0.not_set.ch3c_jump = 2; in test_params_get()
53 params.override_config_2.main_mode_steps = 8; in test_params_get()
54 params.override_config_5.cs_sync_aa_initiator = INITIATOR_ACCESS_ADDRESS; in test_params_get()
55 params.override_config_5.cs_sync_aa_reflector = REFLECTOR_ACCESS_ADDRESS; in test_params_get()
57 return params; in test_params_get()