Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c38 uint8_t mode_2_data_index; member
186 mode_2_data[context->mode_2_data_index].channel = step->channel; in process_step_data()
187 mode_2_data[context->mode_2_data_index].antenna_permutation = in process_step_data()
189 mode_2_data[context->mode_2_data_index].local_iq_sample = in process_step_data()
196 mode_2_data[context->mode_2_data_index].failed = true; in process_step_data()
199 context->mode_2_data_index++; in process_step_data()
208 mode_2_data[context->mode_2_data_index].peer_iq_sample = in process_step_data()
215 mode_2_data[context->mode_2_data_index].failed = true; in process_step_data()
218 context->mode_2_data_index++; in process_step_data()
264 .mode_2_data_index = 0, in estimate_distance()
[all …]