nRF Connect SDK API 2.8.99
|
int aws_jobs_unsubscribe_topic_notify_next | ( | struct mqtt_client *const | client, |
uint8_t * | topic_buf ) |
#include <include/net/aws_jobs.h>
Construct the notify-next topic and unsubscribe from it to stop receiving AWS IoT jobs.
[in] | client | Connected MQTT client instance. |
[out] | topic_buf | Buffer to store the topic in. |
0 | If successful, otherwise the return code of mqtt_unsubscribe or snprintf. |
-EINVAL | If the provided input parameter is not valid. |