Lines Matching full:for
1 # Socket MQTT Library for Zephyr
16 module-str=Log level for MQTT
21 int "Maximum number of clients Keep alive time for MQTT (in seconds)"
24 Keep alive time for MQTT (in seconds). Sending of Ping Requests to
28 bool "TLS support for socket MQTT Library"
30 Enable TLS support for socket MQTT Library
33 bool "ALPN support for MQTT"
36 Enable ALPN protocol for socket MQTT Library.
39 bool "Websocket support for socket MQTT Library"
41 Enable Websocket support for socket MQTT Library.
44 bool "Custom transport support for socket MQTT Library"
46 Enable custom transport support for socket MQTT Library.
47 User must provide implementation for transport procedure.