Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c37 uint8_t mode_1_data_index; member
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()
250 context->mode_1_data_index++; in process_step_data()
263 .mode_1_data_index = 0, in estimate_distance()
276 context.mode_1_data_index = 0; in estimate_distance()
288 estimate_distance_using_time_of_flight(context.mode_1_data_index); in estimate_distance()
[all …]