Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Daccess.c876 static uint16_t pub_delay_get(int random_delay_window) in pub_delay_get() function
898 random = pub_delay_get(delay); in pub_delay_schedule()
2645 random = !!mod->pub->delayable ? pub_delay_get(RANDOM_DELAY_LONG) : 0; in commit_mod()