summaryrefslogtreecommitdiff
path: root/mesh/manager.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/manager.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/manager.h')
-rw-r--r--mesh/manager.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/mesh/manager.h b/mesh/manager.h
new file mode 100644
index 000000000..f27ca4181
--- /dev/null
+++ b/mesh/manager.h
@@ -0,0 +1,20 @@
+/*
+ *
+ * BlueZ - Bluetooth protocol stack for Linux
+ *
+ * Copyright (C) 2019 Intel Corporation. All rights reserved.
+ *
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ */
+
+bool manager_dbus_init(struct l_dbus *dbus);