Interface for the nimble_rpble module. More...
Interface for the nimble_rpble module.
Definition in file nimble_rpble.h.
#include "nimble_netif.h"
Go to the source code of this file.
Data Structures | |
struct | nimble_rpble_cfg_t |
rpble configuration parameters More... | |
struct | nimble_rpble_ctx_t |
RPL DODAG information. More... | |
Functions | |
int | nimble_rpble_init (const nimble_rpble_cfg_t *cfg) |
Initialize the nimble_rpble module with the given parameters. | |
int | nimble_rpble_param_update (const nimble_rpble_cfg_t *cfg) |
Update the used timing parameters. | |
int | nimble_rpble_eventcb (nimble_netif_eventcb_t cb) |
Register a callback that is called on BLE events. | |
int | nimble_rpble_update (const nimble_rpble_ctx_t *ctx) |
Update the current RPL context. | |