zephyr/lib/updatehub
Robert Lubos 665d195f3a net: sockets: tls: Add missing symbols for a few options
`TLS_PEER_VERIFY` and `TLS_DTLS_ROLE` options accept specific values,
yet no symbols were defined for them. In result, magic numbers were used
in several places, making the code less readable.

Fix this issue, by adding the missing symbols to the `socket.h` header,
and using them in places where related socket options are set.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2020-01-20 09:58:23 +02:00
..
include updatehub: move header to library 2019-10-25 18:20:20 -04:00
CMakeLists.txt lib: updatehub: Add UpdateHub.io support 2019-06-05 00:20:37 +02:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
shell.c updatehub: move header to library 2019-10-25 18:20:20 -04:00
updatehub.c net: sockets: tls: Add missing symbols for a few options 2020-01-20 09:58:23 +02:00
updatehub_device.c lib: updatehub: Add UpdateHub.io support 2019-06-05 00:20:37 +02:00
updatehub_device.h cleanup: include/: move hwinfo.h to drivers/hwinfo.h 2019-06-27 22:55:49 -04:00
updatehub_firmware.c lib: updatehub: Add UpdateHub.io support 2019-06-05 00:20:37 +02:00
updatehub_firmware.h cleanup: include/: move flash.h to drivers/flash.h 2019-06-27 22:55:49 -04:00
updatehub_priv.h lib: updatehub: Add UpdateHub.io support 2019-06-05 00:20:37 +02:00