Commit: 4881c2659b34dce4e59e856f1162eca510294da3
Parent: 12f29e685c99c90622b2cd4c6af4b3708a0df730
Author: Inga Stotland <inga.stotland@intel.com>
Committer: Brian Gix <brian.gix@intel.com>
Date: 2019-10-19 01:56:19
Tree: 2da41bf490f8d778ae4e69f7166b7f3bc03c79a0

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)

Diffstat

M mesh/node.c | 134 ++++++++++++++++++++++++++++++++++++++++- -

1 files changed, 132 insertions(+), 2 deletions(-)

View Full Diff | Patch