commit | 3138d89fd966abdc243e972c7e2ed8f64f8a6b69 | [log] [tgz] |
---|---|---|
author | John Power <john.power@xylem.com> | Tue Jun 22 12:48:54 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jun 23 08:02:06 2021 -0400 |
tree | c5ebcd508150769f8663d84e08ca7854a6ff7d64 | |
parent | 466c5d9dea16d9afbc30e30c4df9cd7c932f7b74 [diff] |
net: lwm2m: notify timeout handling Added notify_timeout_cb to struct lwm2m_ctx to allow application to handle notify timeout Added lwm2m_rd_client_update to lwm2m.h to allow application to trigger registration update Added notify_message_timeout_cb which calls notify_timeout_cb from struct lwm2m_ctx and logs an error message Fixes #31499 Signed-off-by: John Power <john.power@xylem.com>