Home
last modified time | relevance | path

Searched refs:mqtt_evt_handler (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/net/mqtt_publisher/src/
Dmain.c143 void mqtt_evt_handler(struct mqtt_client *const client, in mqtt_evt_handler() function
306 client->evt_cb = mqtt_evt_handler; in client_init()
/Zephyr-latest/subsys/shell/backends/
Dshell_mqtt.c44 static void mqtt_evt_handler(struct mqtt_client *const client, const struct mqtt_evt *evt);
209 sh_mqtt->mqtt_cli.evt_cb = mqtt_evt_handler; in client_init()
529 static void mqtt_evt_handler(struct mqtt_client *const client, const struct mqtt_evt *evt) in mqtt_evt_handler() function
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt.rst61 void mqtt_evt_handler(struct mqtt_client *client,
80 client_ctx.evt_cb = mqtt_evt_handler;
/Zephyr-latest/tests/net/lib/mqtt/v3_1_1/mqtt_client/src/
Dmain.c458 static void mqtt_evt_handler(struct mqtt_client *const client, in mqtt_evt_handler() function
562 client->evt_cb = mqtt_evt_handler; in client_init()