Mesh: Add support for Configuration DB & Node API
authorAnupam Roy <anupam.r@samsung.com>
Fri, 17 Jul 2020 10:30:54 +0000 (16:00 +0530)
committerAnupam Roy <anupam.r@samsung.com>
Fri, 17 Jul 2020 10:30:54 +0000 (16:00 +0530)
commit560ca25dc550ed72d8c3ecac06870f325384e577
treec7006c8331b62f2a4cba30872a6f3551c489811d
parent9a0448ab613f351d0bdbb456be43683886d6a8cd
Mesh: Add support for Configuration DB & Node API

This patch handles following
- JSON DB for remembering configured network
- Structures & API for accessing provisioned nodes

Change-Id: I2abf92481863c18e8f3c970074f26151587c2c08
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
bt-service/CMakeLists.txt
bt-service/services/include/bt-service-mesh-cdb.h [new file with mode: 0644]
bt-service/services/include/bt-service-mesh-nodes.h [new file with mode: 0644]
bt-service/services/mesh/bt-service-mesh-cdb.c [new file with mode: 0644]
bt-service/services/mesh/bt-service-mesh-nodes.c [new file with mode: 0644]