zephyr/subsys/net/lib/mqtt
frei tycho 382670690c net: change controlling expressions in while to Boolean
Use `do { ... } while (false)` instead of `do { ... } while (0)`.

Signed-off-by: frei tycho <tfrei@baumer.com>
2024-06-11 20:03:16 +03:00
..
CMakeLists.txt
Kconfig net: mqtt: Implement ALPN Support for socket mqtt 2024-03-14 17:04:11 -05:00
mqtt.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_decoder.c net: mqtt: Debug logging of pointers 2023-03-15 15:02:47 +01:00
mqtt_encoder.c net: mqtt: Debug logging of pointers 2023-03-15 15:02:47 +01:00
mqtt_internal.h net: change controlling expressions in while to Boolean 2024-06-11 20:03:16 +03:00
mqtt_os.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_rx.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_transport.c net: mqtt: Add custom transport type 2021-06-29 11:34:57 -04:00
mqtt_transport.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_transport_socket_tcp.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
mqtt_transport_socket_tls.c net: mqtt: Implement ALPN Support for socket mqtt 2024-03-14 17:04:11 -05:00
mqtt_transport_websocket.c net: mqtt: close tcp socket after websocket_disconnect 2023-06-19 09:18:45 +01:00