linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christian Zimmermann <zimmermach@gmail.com>
To: linux-bluetooth@vger.kernel.org
Cc: Christian Zimmermann <zimmermach@gmail.com>
Subject: [PATCH BlueZ 0/2] Added config conversion tool
Date: Sun, 27 Jan 2019 12:56:44 +0100	[thread overview]
Message-ID: <20190127115646.5814-1-zimmermach@gmail.com> (raw)

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


             reply	other threads:[~2019-01-27 11:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-27 11:56 Christian Zimmermann [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190127115646.5814-1-zimmermach@gmail.com \
    --to=zimmermach@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).