Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Datt.c3544 const uint32_t calculated_delay_ms = calculated_delay_us / USEC_PER_MSEC; in credit_based_connection_delay() local
3546 return K_MSEC(MAX(100, calculated_delay_ms + rand_delay)); in credit_based_connection_delay()