Lines Matching full:sn
9 * @brief MQTT-SN Client Implementation
12 * MQTT-SN Client's Application interface is defined in this header.
15 * @defgroup mqtt_sn_socket MQTT-SN Client library
41 * Quality of Service. QoS 0-2 work the same as basic MQTT, QoS -1 is an MQTT-SN addition.
52 * MQTT-SN topic types.
75 * MQTT-SN return codes.
142 * MQTT-SN event structure to be handled by the event callback.
164 * @brief Structure to describe an MQTT-SN transport.
166 * MQTT-SN does not require transports to be reliable or to hold a connection.
251 * Structure describing an MQTT-SN client.
300 /** Current state of the MQTT-SN client */
318 /** Delayable work structure for processing MQTT-SN events */
325 * @param client The MQTT-SN client to initialize.
345 * @param client The MQTT-SN client to deinitialize.
354 * @param client The MQTT-SN client to connect.
363 * @brief Initiate the MQTT-SN GW Search process.
365 * @param client The MQTT-SN client to connect.
375 * @param client The MQTT-SN client to connect.
386 * @param client The MQTT-SN client to disconnect.
395 * @param client The MQTT-SN client to be put to sleep.
405 * @param client The MQTT-SN client that should subscribe.
417 * @param client The MQTT-SN client that should unsubscribe.
431 * @param client The MQTT-SN client that should publish.
448 * @param client The MQTT-SN client to check for incoming data.
457 * @param[in] client The MQTT-SN client that uses this topic.