Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c87 static struct lwm2m_message *ongoing_block2_tx; variable
344 ongoing_block2_tx = msg; in build_msg_block_for_send()
2637 return ongoing_block2_tx; in find_ongoing_block2_tx()
2642 if (ongoing_block2_tx) { in clear_ongoing_block2_tx()
2644 lwm2m_reset_message(ongoing_block2_tx, true); in clear_ongoing_block2_tx()
2645 ongoing_block2_tx = NULL; in clear_ongoing_block2_tx()