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

◆ aws_jobs_subscribe_topic_notify_next()

int aws_jobs_subscribe_topic_notify_next ( struct mqtt_client *const  client,
uint8_t *  topic_buf 
)

#include <include/net/aws_jobs.h>

Construct the notify-next topic and subscribe to it for receiving AWS IoT jobs.

Parameters
[in]clientConnected MQTT client instance.
[out]topic_bufBuffer to store the topic in.
Return values
0If successful, otherwise the return code of mqtt_subscribe or snprintf.
-EINVALIf the provided input parameter is not valid.