summaryrefslogtreecommitdiff
path: root/mesh/error.h
diff options
context:
space:
mode:
authorInga Stotland <inga.stotland@intel.com>2019-05-14 15:54:07 -0700
committerBrian Gix <brian.gix@intel.com>2019-05-15 09:12:38 -0700
commitf66e29d5662dabfa8f361cce5a453514f30a27fd (patch)
tree53ce3eae06e777a21e64797afa88d28f49e1b941 /mesh/error.h
parent0af87c6c6ca335ccc1f80de99096d40f7872c388 (diff)
downloadbluez-f66e29d5662dabfa8f361cce5a453514f30a27fd.tar.gz
mesh: Add skeleton for org.bluez.mesh.Management1 interface
This adds bare-bones imlementation of methods on org.bluez.mesh.Management1 interface.
Diffstat (limited to 'mesh/error.h')
-rw-r--r--mesh/error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesh/error.h b/mesh/error.h
index a6aaa2fef..1669c070a 100644
--- a/mesh/error.h
+++ b/mesh/error.h
@@ -31,4 +31,5 @@ enum mesh_error {
MESH_ERROR_ALREADY_EXISTS,
MESH_ERROR_DOES_NOT_EXIST,
MESH_ERROR_CANCELED,
+ MESH_ERROR_NOT_IMPLEMENTED,
};