Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Ddevice_composition.h36 int64_t last_msg_timestamp; member
88 int64_t last_msg_timestamp; member
Ddevice_composition.c140 (now - ctl->last_msg_timestamp <= (6 * MSEC_PER_SEC))) { in gen_onoff_set_unack()
167 ctl->last_msg_timestamp = now; in gen_onoff_set_unack()
209 (now - ctl->last_msg_timestamp <= (6 * MSEC_PER_SEC))) { in gen_onoff_set()
237 ctl->last_msg_timestamp = now; in gen_onoff_set()
346 (now - ctl->last_msg_timestamp <= (6 * MSEC_PER_SEC))) { in gen_level_set_unack()
373 ctl->last_msg_timestamp = now; in gen_level_set_unack()
412 (now - ctl->last_msg_timestamp <= (6 * MSEC_PER_SEC))) { in gen_level_set()
440 ctl->last_msg_timestamp = now; in gen_level_set()
482 (now - ctl->last_msg_timestamp <= (6 * MSEC_PER_SEC))) { in gen_delta_set_unack()
517 ctl->last_msg_timestamp = now; in gen_delta_set_unack()
[all …]
/Zephyr-Core-3.7.0/samples/boards/reel_board/mesh_badge/src/
Dmesh.h33 int64_t last_msg_timestamp; member
Dmesh.c222 (now - state->last_msg_timestamp <= (6 * MSEC_PER_SEC))) { in gen_onoff_set_unack()
229 state->last_msg_timestamp = now; in gen_onoff_set_unack()