public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v3 0/2] mesh: Move HCI handling to mesh-io-generic
@ 2019-06-24  7:32 Michał Lowas-Rzechonek
  2019-06-24  7:32 ` [PATCH BlueZ v3 1/2] " Michał Lowas-Rzechonek
  2019-06-24  7:32 ` [PATCH BlueZ v3 2/2] mesh: Added --io option Michał Lowas-Rzechonek
  0 siblings, 2 replies; 5+ messages in thread
From: Michał Lowas-Rzechonek @ 2019-06-24  7:32 UTC (permalink / raw)
  To: linux-bluetooth

This version of the patchset addresses Brian's comments.
Thanks for the review!

First patch has a few style/convention corrections.

Second patch now introduces --io option, but leaves --index working as
it used to.

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

 Makefile.mesh          |   1 +
 mesh/main.c            |  96 +++++++++++++++----
 mesh/mesh-io-api.h     |   3 +-
 mesh/mesh-io-generic.c |  63 ++++++++-----
 mesh/mesh-io.c         |  15 ++-
 mesh/mesh-io.h         |   2 +-
 mesh/mesh-mgmt.c       | 204 +++++++++++++++++++++++++++++++++++++++++
 mesh/mesh-mgmt.h       |  23 +++++
 mesh/mesh.c            | 189 +++-----------------------------------
 mesh/mesh.h            |   4 +-
 10 files changed, 370 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-24 20:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-24  7:32 [PATCH BlueZ v3 0/2] mesh: Move HCI handling to mesh-io-generic Michał Lowas-Rzechonek
2019-06-24  7:32 ` [PATCH BlueZ v3 1/2] " Michał Lowas-Rzechonek
2019-06-24 16:47   ` Gix, Brian
2019-06-24  7:32 ` [PATCH BlueZ v3 2/2] mesh: Added --io option Michał Lowas-Rzechonek
2019-06-24 20:05   ` Michał Lowas-Rzechonek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox