zephyr/include/net
Michael Scott fb734acc73 net: lwm2m: move to using the new multi-packet CoAP API
This patch moves from the ZoAP API in subsys/net/lib/zoap to
the CoAP API in subsys/net/lib/coap which handles multiple
fragments for sending / receiving data.

NOTE: This patch moves the LwM2M library over to the CoAP APIs
but there will be a follow-up patch which re-writes the content
formatter reader / writers to use net_pkt APIs for parsing
across multiple net buffers. The current implementation assumes
all of the data will land in 1 buffer.

Samples using the library still need a fairly large NET_BUF_DATA_SIZE
setting. (Example: CONFIG_NET_BUF_DATA_SIZE=384)

Signed-off-by: Michael Scott <michael.scott@linaro.org>
2017-10-25 13:39:55 +03:00
..
arp.h
bt.h
buf.h
coap_link_format.h
coap.h
dhcpv4.h
dns_resolve.h
ethernet.h
hostname.h
http_parser_state.h
http_parser_url.h
http_parser.h
http.h
ieee802154_radio.h
ieee802154.h
lwm2m.h
mii.h
mqtt_types.h
mqtt.h
net_app.h
net_context.h
net_core.h
net_event.h
net_if.h
net_ip.h
net_l2.h
net_linkaddr.h
net_mgmt.h
net_offload.h
net_pkt.h
net_stats.h
sntp.h
socket.h
trickle.h
udp.h
zoap_link_format.h
zoap.h