Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c36 bool local_steps; member
179 if (context->local_steps) { in process_step_data()
232 if (context->local_steps) { in process_step_data()
256 void estimate_distance(uint8_t *local_steps, uint16_t local_steps_len, uint8_t *peer_steps, in estimate_distance() argument
262 .local_steps = true, in estimate_distance()
272 net_buf_simple_init_with_data(&buf, local_steps, local_steps_len); in estimate_distance()
278 context.local_steps = false; in estimate_distance()
/Zephyr-latest/samples/bluetooth/channel_sounding/include/
Ddistance_estimation.h10 void estimate_distance(uint8_t *local_steps, uint16_t local_steps_len, uint8_t *peer_steps,