mesh: Implement AddAppKey and AddNetKey methods
authorInga Stotland <inga.stotland@intel.com>
Thu, 17 Oct 2019 21:55:00 +0000 (14:55 -0700)
committerAnupam Roy <anupam.r@samsung.com>
Tue, 17 Dec 2019 17:48:54 +0000 (23:18 +0530)
commit86e08a84b9e96e39c833a60df01090d799b27c30
tree50ca1aace325383a61e2992da0a4b39dcd8d6103
parent342409647c0d7eaf7e9572afd257fbc9baa1b119
mesh: Implement AddAppKey and AddNetKey methods

This adds implementation for the following methods on
org.bluez.mesh.Node1 interface:
void AddNetKey(object element_path, uint16 destination,
uint16 subnet_index, uint16 net_index, boolean update)
void AddAppKey(object element_path, uint16 destination,
uint16 app_index, uint16 net_index, boolean update)

Change-Id: I31ebf4f126f02f7b16e10c718214e21abd9523af
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
mesh/node.c