Mesh: Implement Node configuration API's
authorAnupam Roy <anupam.r@samsung.com>
Fri, 17 Jul 2020 16:27:51 +0000 (21:57 +0530)
committerAnupam Roy <anupam.r@samsung.com>
Fri, 17 Jul 2020 16:27:51 +0000 (21:57 +0530)
commit53c371977c09acb3cd91f546cc96b231de7d3468
treedcfef7c8413ead40e35a2d657136c2f361ad182e
parente31f447f7def7cab07de32bc7b0e9a4073419f0b
Mesh: Implement Node configuration API's

This patch-set handles following
- Configure Keys
- Configure Publications (GET/SET)
- Configure Subscription (Get/Set)
- Model Binding
- Configure TTL (Time to Live)
- Browse Node's composition
- Browse Node's vendor features
- Configure Groups(Normal & Virtual)

 Note: application credential is requested
 in service layer to get access to Mesh Resources
 for formward coompatibility.
 Credentials are not yet fully handled.

Change-Id: I6e3dd9a17167b528725f7a472d248d7f883c61be
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
bt-api/bt-mesh.c
bt-service/services/bt-request-handler.c