Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/
Dlll_prof.c22 static uint8_t latency_prev; variable
86 prev = ((uint16_t)latency_prev + latency) >> 1; in lll_prof_send()
87 if (prev != latency_prev) { in lll_prof_send()
88 latency_prev = latency; in lll_prof_send()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_prof.c43 static uint16_t latency_prev; variable
224 prev = ((uint16_t)latency_prev + latency) >> 1; in send()
225 if (prev != latency_prev) { in send()
226 latency_prev = latency; in send()