nRF Connect SDK API 2.8.99
|
int aws_fota_mqtt_evt_handler | ( | struct mqtt_client *const | client, |
const struct mqtt_evt * | evt ) |
#include <include/net/aws_fota.h>
AWS Firmware over the air mqtt event handler.
client | Pointer to the mqtt_client instance. |
evt | Pointer to the received mqtt_evt. |
0 | If successful and the application can skip handling this event. |
1 | If successful but wants the application to handle the event. |