nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ aws_fota_mqtt_evt_handler()

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.

Parameters
clientPointer to the mqtt_client instance.
evtPointer to the received mqtt_evt.
Return values
0If successful and the application can skip handling this event.
1If successful but wants the application to handle the event.
Returns
A negative value on error.