summaryrefslogtreecommitdiff
path: root/doc/mesh-api.txt
diff options
context:
space:
mode:
authorMichaƂ Lowas-Rzechonek <michal.lowas-rzechonek@silvair.com>2019-07-19 14:15:59 +0200
committerBrian Gix <brian.gix@intel.com>2019-07-19 12:25:53 -0700
commit79bf51dbb50ab9a10a42fcc51e23be92e2441508 (patch)
treec5266dac42d3325be0076d0f0ea490cf6e388018 /doc/mesh-api.txt
parent060b3439f0c147309e097914df1ca351541b0495 (diff)
downloadbluez-79bf51dbb50ab9a10a42fcc51e23be92e2441508.tar.gz
mesh: Check address range passed to ImportRemoteNode
+changed "not authorized" error to "invalid args" when managing device key for local address range
Diffstat (limited to 'doc/mesh-api.txt')
-rw-r--r--doc/mesh-api.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/mesh-api.txt b/doc/mesh-api.txt
index 0ac2fdfd1..ff6b33346 100644
--- a/doc/mesh-api.txt
+++ b/doc/mesh-api.txt
@@ -592,6 +592,9 @@ Methods:
This call affects the local bluetooth-meshd key database only.
+ It is an error to call this with address range overlapping
+ with local element addresses.
+
PossibleErrors:
org.bluez.mesh.Error.Failed
org.bluez.mesh.Error.InvalidArguments
@@ -609,6 +612,9 @@ Methods:
This call affects the local bluetooth-meshd key database only.
+ It is an error to call this with address range overlapping
+ with local element addresses.
+
PossibleErrors:
org.bluez.mesh.Error.InvalidArguments