linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/2] Added config conversion tool
@ 2019-01-27 11:56 Christian Zimmermann
  2019-01-27 11:56 ` [PATCH BlueZ 1/2] Renamed Bluez4 config read functions Christian Zimmermann
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Christian Zimmermann @ 2019-01-27 11:56 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Christian Zimmermann

Added a config conversion tool for Bluez4 config, instead of doing the conversion in adapter.c

Christian Zimmermann (2):
  Renamed Bluez4 config read functions
  Added config converter for Bluez4 config conversion

 .gitignore                |   2 +
 Makefile.am               |  12 ++++
 Makefile.tools            |   9 +++
 src/adapter.c             |   8 +--
 src/storage.c             |  36 +++--------
 src/storage.h             |  10 +--
 tools/config-conversion.c | 129 +++++++++++++++++++++++++++++++++++++
 tools/config-conversion.h |  23 +++++++
 tools/config-converter.c  |  69 ++++++++++++++++++++
 unit/test-conversions.c   | 158 ++++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 420 insertions(+), 36 deletions(-)
 create mode 100644 tools/config-conversion.c
 create mode 100644 tools/config-conversion.h
 create mode 100644 tools/config-converter.c
 create mode 100644 unit/test-conversions.c

-- 
2.11.0


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

end of thread, other threads:[~2019-01-28 13:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-27 11:56 [PATCH BlueZ 0/2] Added config conversion tool Christian Zimmermann
2019-01-27 11:56 ` [PATCH BlueZ 1/2] Renamed Bluez4 config read functions Christian Zimmermann
2019-01-27 11:56 ` [PATCH BlueZ 2/2] Added config converter for Bluez4 config conversion Christian Zimmermann
2019-01-28 12:22 ` [PATCH BlueZ 0/2] Added config conversion tool Marcel Holtmann
2019-01-28 12:48   ` Christian Zimmermann
2019-01-28 12:52   ` Luiz Augusto von Dentz
2019-01-28 13:30     ` Marcel Holtmann

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).