linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v2 0/2] mesh: Move HCI handling to mesh-io-generic
@ 2019-06-19 11:25 Michał Lowas-Rzechonek
  2019-06-19 11:25 ` [PATCH BlueZ v2 1/2] " Michał Lowas-Rzechonek
  2019-06-19 11:25 ` [PATCH BlueZ v2 2/2] mesh: Changed --index option to --io Michał Lowas-Rzechonek
  0 siblings, 2 replies; 5+ messages in thread
From: Michał Lowas-Rzechonek @ 2019-06-19 11:25 UTC (permalink / raw)
  To: linux-bluetooth

This version of the patchset extracts MGMT handling into a new module,
mesh-mgmt, and changes --index daemon option to --io, allowing more
flexibility when selecting io layer.

Michał Lowas-Rzechonek (2):
  mesh: Move HCI handling to mesh-io-generic
  mesh: Changed --index option to --io

 Makefile.mesh          |   1 +
 mesh/main.c            |  75 +++++++++++----
 mesh/mesh-io-api.h     |   3 +-
 mesh/mesh-io-generic.c |  63 ++++++++-----
 mesh/mesh-io.c         |  17 ++--
 mesh/mesh-io.h         |   2 +-
 mesh/mesh-mgmt.c       | 207 +++++++++++++++++++++++++++++++++++++++++
 mesh/mesh-mgmt.h       |  23 +++++
 mesh/mesh.c            | 189 +++----------------------------------
 mesh/mesh.h            |   4 +-
 10 files changed, 354 insertions(+), 230 deletions(-)
 create mode 100644 mesh/mesh-mgmt.c
 create mode 100644 mesh/mesh-mgmt.h

-- 
2.19.1


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

end of thread, other threads:[~2019-06-20 18:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19 11:25 [PATCH BlueZ v2 0/2] mesh: Move HCI handling to mesh-io-generic Michał Lowas-Rzechonek
2019-06-19 11:25 ` [PATCH BlueZ v2 1/2] " Michał Lowas-Rzechonek
2019-06-20 18:23   ` Gix, Brian
2019-06-19 11:25 ` [PATCH BlueZ v2 2/2] mesh: Changed --index option to --io Michał Lowas-Rzechonek
2019-06-20 18:31   ` Gix, Brian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).