Home
last modified time | relevance | path

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

/Zephyr-latest/samples/boards/nordic/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.c138 (now - ctl->last_msg_timestamp <= (6 * MSEC_PER_SEC))) { in gen_onoff_set_unack()
165 ctl->last_msg_timestamp = now; in gen_onoff_set_unack()
207 (now - ctl->last_msg_timestamp <= (6 * MSEC_PER_SEC))) { in gen_onoff_set()
235 ctl->last_msg_timestamp = now; in gen_onoff_set()
344 (now - ctl->last_msg_timestamp <= (6 * MSEC_PER_SEC))) { in gen_level_set_unack()
371 ctl->last_msg_timestamp = now; in gen_level_set_unack()
410 (now - ctl->last_msg_timestamp <= (6 * MSEC_PER_SEC))) { in gen_level_set()
438 ctl->last_msg_timestamp = now; in gen_level_set()
480 (now - ctl->last_msg_timestamp <= (6 * MSEC_PER_SEC))) { in gen_delta_set_unack()
515 ctl->last_msg_timestamp = now; in gen_delta_set_unack()
[all …]
/Zephyr-latest/samples/boards/phytec/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()