tools/mesh-cfgclient: Commands for Management iface methods
authorInga Stotland <inga.stotland@intel.com>
Fri, 1 Nov 2019 18:57:24 +0000 (11:57 -0700)
committerAnupam Roy <anupam.r@samsung.com>
Tue, 17 Dec 2019 20:30:55 +0000 (02:00 +0530)
commit346b0709e7cc836967ec5c7cdba33f4f0816a9a8
treeeb3a550fec8232a60c11cd1fcee0b1faee09e584
parentea4765dc3b446aec72a642f76b08c145e21ea5a7
tools/mesh-cfgclient: Commands for Management iface methods

This adds complete list of commenads that excercise calls to
org.bluez.mesh.Manager1 methods:
"appkey-create": CreateAppKey()
"appkey-import": ImportAppKey()
"appkey-update": UpdateAppKey()
"appkey-delete": DeleteAppKey()
"subnet-create": CreateSubnet()
"subnet-import": SubnetImport()
"subnet-update": SubnetUpdate()
"subnet-delete": SubnetDelete()
"subnet-set-phase": SetKeyPhase()
"node-import": ImportRemoteNode()
"node-delete": DeleteRemoteNode()

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