Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dbeacon.c276 uint32_t time_since_last_recv; in net_beacon_send() local
282 time_since_last_recv = now - beacon->recv; in net_beacon_send()
285 time_since_last_recv < (10 * MSEC_PER_SEC))) { in net_beacon_send()