zephyr/subsys/net/lib/mqtt
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
..
Kconfig
Makefile
mqtt.c net/mqtt: return error codes from net_context_send 2017-04-28 15:01:12 +03:00
mqtt_pkt.c net/mqtt: use rlen to calculate # of QoS items in SUBACK packet 2017-04-28 15:01:12 +03:00
mqtt_pkt.h net: convert to using newly introduced integer sized types 2017-04-21 09:30:38 -05:00