Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/
Datt.c3566 const uint8_t rand_delay = random & 0x7; /* Small random delay for IOP */ in credit_based_connection_delay() local
3576 return K_MSEC(MAX(100, calculated_delay_ms + rand_delay)); in credit_based_connection_delay()