summaryrefslogtreecommitdiff
path: root/doc/mesh-api.txt
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2020-01-21 19:32:05 -0800
committerBrian Gix <brian.gix@intel.com>2020-01-22 08:37:29 -0800
commitbb26e046fff5a90ee5fa26e6b284226e625efda4 (patch)
tree5b8024ed486b22df9977fb26e33bb5129cac472e /doc/mesh-api.txt
parent5474314d895e802ede83c9862c81013707249be2 (diff)
downloadbluez-bb26e046fff5a90ee5fa26e6b284226e625efda4.tar.gz
doc/mesh-api: Fix reference discrepancy for Import()
Remove mentioning of ImportLocalNode() method, use Import() instead.
Diffstat (limited to 'doc/mesh-api.txt')
-rw-r--r--doc/mesh-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mesh-api.txt b/doc/mesh-api.txt
index d83c68bdc..131de6bfd 100644
--- a/doc/mesh-api.txt
+++ b/doc/mesh-api.txt
@@ -222,7 +222,7 @@ Service org.bluez.mesh
Interface org.bluez.mesh.Node1
Object path /org/bluez/mesh/node<uuid>
where <uuid> is the Device UUID passed to Join(),
- CreateNetwork() or ImportLocalNode()
+ CreateNetwork() or Import()
Methods:
void Send(object element_path, uint16 destination, uint16 key_index,
@@ -452,7 +452,7 @@ Service org.bluez.mesh
Interface org.bluez.mesh.Management1
Object path /org/bluez/mesh/node<uuid>
where <uuid> is the Device UUID passed to Join(),
- CreateNetwork() or ImportLocalNode()
+ CreateNetwork() or Import()
Methods:
void UnprovisionedScan(uint16 seconds)