Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c33 static struct rtt_timing mode_1_data[MAX_NUM_SAMPLES]; variable
158 if (!mode_1_data[i].failed) { in estimate_distance_using_time_of_flight()
159 tof = (mode_1_data[i].toa_tod_initiator - in estimate_distance_using_time_of_flight()
160 mode_1_data[i].tod_toa_reflector) / in estimate_distance_using_time_of_flight()
229 mode_1_data[context->mode_1_data_index].failed = true; in process_step_data()
234 mode_1_data[context->mode_1_data_index].toa_tod_initiator = in process_step_data()
237 mode_1_data[context->mode_1_data_index].tod_toa_reflector = in process_step_data()
242 mode_1_data[context->mode_1_data_index].tod_toa_reflector = in process_step_data()
245 mode_1_data[context->mode_1_data_index].toa_tod_initiator = in process_step_data()
269 memset(mode_1_data, 0, sizeof(mode_1_data)); in estimate_distance()