zephyr/subsys/net/lib
Michael Scott 438492843c net/mqtt: return error codes from net_context_send
Instead of returning EIO let's bubble the error from net_context_send
back up to the caller in the following functions:
mqtt_tx_connect()
mqtt_tx_disconnect()
mqtt_tx_pub_msgs()
mqtt_tx_publish()
mqtt_tx_pingreq()
mqtt_tx_subscribe()
mqtt_tx_unsubscribe()

Change-Id: I9bb4396b227b8902ac1195a97bc37eb1959b643e
Signed-off-by: Michael Scott <michael.scott@linaro.org>
2017-04-28 15:01:12 +03:00
..
dns net: net_pkt_append: Refactor to return length of data actually added 2017-04-28 15:01:09 +03:00
http net: net_pkt_append: Refactor to return length of data actually added 2017-04-28 15:01:09 +03:00
mqtt net/mqtt: return error codes from net_context_send 2017-04-28 15:01:12 +03:00
zoap net: zoap: Add block wise support for well-known response 2017-04-28 15:01:11 +03:00
Kbuild net/http: Add the HTTP/1.1 API 2017-03-09 20:33:49 +02:00
Kconfig license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Makefile net/http: Add the HTTP/1.1 API 2017-03-09 20:33:49 +02:00