Bluetooth: Mesh: Add database for managing nodes and keys
Refactor the handling of network nodes and their keys into a separate Mesh Configuration Database (CDB). This, not only creates a separation of the local node and the other nodes, but also makes it possible to implement functions to manage the whole, or at least parts of the mesh network. Signed-off-by: Tobias Svehagen <tobias.svehagen@gmail.com>
This commit is contained in:
parent
8df133e547
commit
46a95f12ad
16 changed files with 1707 additions and 292 deletions
|
@ -21,5 +21,6 @@
|
|||
#include <bluetooth/mesh/cfg_cli.h>
|
||||
#include <bluetooth/mesh/health_cli.h>
|
||||
#include <bluetooth/mesh/proxy.h>
|
||||
#include <bluetooth/mesh/cdb.h>
|
||||
|
||||
#endif /* ZEPHYR_INCLUDE_BLUETOOTH_MESH_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue