zephyr/doc/reference/networking
Robert Lubos f7a5638871 net: lwm2m: Make bootstrap optional
Currently, after `CONFIG_LWM2M_RD_CLIENT_SUPPORT_BOOTSTRAP` is enabled,
the LwM2M engine will initiate bootstrap procedure on each run. This
approach limits the flexibility of the application, as it's not always
necessary to go over the bootstrap procedure (for instance, the
application may decide to store the security object obtained during the
bootstrap in flash, and restore it on boot).

Fix this by introducing an additional `flags` parameter to the
`lwm2m_rd_client_start()` function, which provides information whether
to run bootstrap in the current session or not.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2020-10-06 12:01:13 +03:00
..
8021Qav.rst doc: Apply constant qualifier on device instance where relevant 2020-09-02 13:48:13 +02:00
apis.rst
buf_mgmt.rst
can_api.rst doc: Apply constant qualifier on device instance where relevant 2020-09-02 13:48:13 +02:00
can_isotp_sequence.svg
can_isotp.rst
can_timing.svg
can_transceiver.svg
can.rst
coap.rst net: coap: Use MQTT style wildcard in path description: 2020-08-26 12:31:00 +02:00
dhcpv4.rst
dns_resolve.rst
ethernet_mgmt.rst
ethernet.rst
gptp.rst doc: update function references to use :c:func: 2020-08-31 09:57:33 -04:00
gsm_modem.rst
ieee802154.rst Doc: Updating ieee802154_interface Readme 2020-07-14 18:00:46 +02:00
index.rst
ip_4_6.rst
lldp.rst
lwm2m.rst net: lwm2m: Make bootstrap optional 2020-10-06 12:01:13 +03:00
mqtt.rst zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_buf.rst zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_config.rst
net_context.rst
net_core.rst
net_hostname.rst
net_if.rst
net_l2.rst doc: add :c:macro to some symbols 2020-08-31 09:57:33 -04:00
net_linkaddr.rst
net_mgmt.rst net: mgmt: Clarify the net_mgmt API documentation 2020-09-30 16:31:38 +03:00
net_offload.rst
net_pkt.rst doc: update struct references to use :c:struct: 2020-08-31 09:57:33 -04:00
net_shell.rst
net_stats.rst
net_tech.rst
net_timeout.rst
ppp.rst
promiscuous.rst
protocols.rst
ptp_time.rst
sntp.rst
sockets.rst doc: net: Add note about socket API thread safe status 2020-09-17 09:30:52 +02:00
socks5.rst
system_mgmt.rst
thread.rst
traffic-class.rst
trickle.rst
tsn.rst
vlan.rst doc: update function references to use :c:func: 2020-08-31 09:57:33 -04:00
websocket.rst