doc/api/networking: Add existing network protocol libraries APIs
DHCPv4, MQTT, DNS client, ... Change-Id: I5c5d7437bb53610678eba38d307c86694ac01da9 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
32eb764959
commit
12a0f71711
7 changed files with 87 additions and 1 deletions
|
@ -10,6 +10,12 @@
|
|||
#include <net/mqtt_types.h>
|
||||
#include <net/net_context.h>
|
||||
|
||||
/**
|
||||
* @brief MQTT library
|
||||
* @defgroup mqtt MQTT library
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief mqtt_app MQTT application type
|
||||
*/
|
||||
|
@ -392,4 +398,8 @@ int mqtt_rx_unsuback(struct mqtt_ctx *ctx, struct net_buf *rx);
|
|||
*/
|
||||
int mqtt_rx_publish(struct mqtt_ctx *ctx, struct net_buf *rx);
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue