Home
last modified time | relevance | path

Searched refs:mqtt_sn_disconnect (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dmqtt_sn.h390 int mqtt_sn_disconnect(struct mqtt_sn_client *client);
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt_sn.rst139 The connection can be closed by calling the :c:func:`mqtt_sn_disconnect` function. This
/Zephyr-latest/subsys/net/lib/mqtt_sn/
Dmqtt_sn.c788 mqtt_sn_disconnect(client); in process_advertise()
958 int mqtt_sn_disconnect(struct mqtt_sn_client *client) in mqtt_sn_disconnect() function