zephyr/subsys/net/lib/mqtt
Robert Lubos b8494d9a51 net: lib: mqtt: Enable blocking PUBLISH payload readout
It is convenient to have a blocking version of
`mqtt_read_publish_payload` function, for cases when it is called from
the event handler. Therefore, extend the 'mqtt_read_publish_payload'
argument list with information whether the call should block or not.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2019-05-07 22:08:30 -04:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig net: mqtt: Add SOCKS5 proxy support 2019-02-08 14:20:44 +02:00
mqtt_decoder.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
mqtt_encoder.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
mqtt_internal.h net: lib: mqtt: Get rid of _sock suffix 2019-02-05 11:05:26 -05:00
mqtt_os.h mqtt: use sys_mutex instead of k_mutex 2019-04-03 13:47:45 -04:00
mqtt_rx.c net: lib: mqtt: Enable blocking PUBLISH payload readout 2019-05-07 22:08:30 -04:00
mqtt_transport_socket_tcp.c net: lib: mqtt: Enable blocking PUBLISH payload readout 2019-05-07 22:08:30 -04:00
mqtt_transport_socket_tls.c net: lib: mqtt: Enable blocking PUBLISH payload readout 2019-05-07 22:08:30 -04:00
mqtt_transport_socks.c net: mqtt: Add SOCKS5 proxy support 2019-02-08 14:20:44 +02:00
mqtt_transport.c net: lib: mqtt: Enable blocking PUBLISH payload readout 2019-05-07 22:08:30 -04:00
mqtt_transport.h net: lib: mqtt: Enable blocking PUBLISH payload readout 2019-05-07 22:08:30 -04:00
mqtt.c net: lib: mqtt: Enable blocking PUBLISH payload readout 2019-05-07 22:08:30 -04:00