All of lore.kernel.org
 help / color / mirror / Atom feed
From: Inga Stotland <inga.stotland@intel.com>
To: linux-bluetooth@vger.kernel.org
Cc: brian.gix@intel.com, johan.hedberg@gmail.com,
	luiz.dentz@gmail.com, Inga Stotland <inga.stotland@intel.com>
Subject: [PATCH BlueZ 0/3] Save and restore mesh models pub/sub settings
Date: Fri,  8 Mar 2019 14:58:17 -0800	[thread overview]
Message-ID: <20190308225820.20561-1-inga.stotland@intel.com> (raw)

This patch set implements the following:
- Write updates of node model subscriptions to node config file
- Write updates of node model publication settings to node config file
- Correctly restore subscriptions and publications on daemon startup

Inga Stotland (3):
  mesh: Add json config functions to save pub/sub updates
  mesh: Save model subscription updates to config file
  mesh: Store model publication settings in config file

 mesh/cfgmod-server.c | 104 +++++++++++++++-
 mesh/mesh-db.c       | 282 ++++++++++++++++++++++++++++++++++++++++++-
 mesh/mesh-db.h       |  15 ++-
 mesh/model.c         |  22 ++--
 4 files changed, 404 insertions(+), 19 deletions(-)

-- 
2.17.2


             reply	other threads:[~2019-03-08 22:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-08 22:58 Inga Stotland [this message]
2019-03-08 22:58 ` [PATCH BlueZ 1/3] mesh: Add json config functions to save pub/sub updates Inga Stotland
2019-03-08 22:58 ` [PATCH BlueZ 2/3] mesh: Save model subscription updates to config file Inga Stotland
2019-03-08 22:58 ` [PATCH BlueZ 3/3] mesh: Store model publication settings in " Inga Stotland
2019-03-11 22:20 ` [PATCH BlueZ 0/3] Save and restore mesh models pub/sub settings Gix, Brian

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=20190308225820.20561-1-inga.stotland@intel.com \
    --to=inga.stotland@intel.com \
    --cc=brian.gix@intel.com \
    --cc=johan.hedberg@gmail.com \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=luiz.dentz@gmail.com \
    /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 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.