Skip to content

Commit b17555e

Browse files
rluboscarlescufi
authored andcommitted
net: lwm2m: Add application/link-format content writer
This commit adds a new content writer, application/link-format, which can be used during the Discovery procedure, to fill the content of the response payload. Introducing this new content writer, which encapsulates some of the details like attribute handling which is different for bootstrap/regular discovery, allows to unify the discovery handler in the lwm2m_engine, thus it's no longer needed to have spearate handler functions for bootstrap/regular discovery. Signed-off-by: Robert Lubos <[email protected]>
1 parent 6ba362b commit b17555e

File tree

6 files changed

+576
-300
lines changed

6 files changed

+576
-300
lines changed

subsys/net/lib/lwm2m/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ zephyr_library_sources(
99
lwm2m_obj_security.c
1010
lwm2m_obj_server.c
1111
lwm2m_obj_device.c
12+
lwm2m_rw_link_format.c
1213
lwm2m_rw_plain_text.c
1314
lwm2m_rw_oma_tlv.c
1415
lwm2m_util.c

0 commit comments

Comments
 (0)