All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/2] Start implementing mesh Management interface
@ 2019-05-14 22:54 Inga Stotland
  2019-05-14 22:54 ` [PATCH BlueZ 1/2] mesh: Add check for org.bluez.mesh.Provisioner1 interface Inga Stotland
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Inga Stotland @ 2019-05-14 22:54 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: brian.gix, johan.hedberg, luiz.dentz, Inga Stotland

This patch set ads a sketleton for org.bluez.mesh.Management1 interface.
Also, adds check for the existence of the provisioning agent for an
attaching node: this information will be further used to validate
number of method calls on Management interface

Inga Stotland (2):
  mesh: Add check for org.bluez.mesh.Provisioner1 interface
  mesh: Add skeleton for org.bluez.mesh.Management1 interface

 Makefile.mesh  |   1 +
 mesh/dbus.c    |  12 ++-
 mesh/error.h   |   1 +
 mesh/manager.c | 266 +++++++++++++++++++++++++++++++++++++++++++++++++
 mesh/manager.h |  20 ++++
 mesh/mesh.h    |   4 +-
 mesh/node.c    |   5 +-
 7 files changed, 303 insertions(+), 6 deletions(-)
 create mode 100644 mesh/manager.c
 create mode 100644 mesh/manager.h

-- 
2.21.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-05-15 16:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-14 22:54 [PATCH BlueZ 0/2] Start implementing mesh Management interface Inga Stotland
2019-05-14 22:54 ` [PATCH BlueZ 1/2] mesh: Add check for org.bluez.mesh.Provisioner1 interface Inga Stotland
2019-05-14 22:54 ` [PATCH BlueZ 2/2] mesh: Add skeleton for org.bluez.mesh.Management1 interface Inga Stotland
2019-05-15 16:45 ` [PATCH BlueZ 0/2] Start implementing mesh Management interface Gix, Brian

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.