Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Ddistance_estimation.c77 static void bubblesort_2(float *array1, float *array2, uint16_t len) in bubblesort_2() argument
89 temp = array2[j]; in bubblesort_2()
90 array2[j] = array2[j + 1]; in bubblesort_2()
91 array2[j + 1] = temp; in bubblesort_2()