All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/3] mesh: Save/restore application keys
@ 2019-02-14  3:45 Inga Stotland
  2019-02-14  3:45 ` [PATCH BlueZ 1/3] mesh: Separate functions for app key add and update Inga Stotland
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Inga Stotland @ 2019-02-14  3:45 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: brian.gix, johan.hedberg, luiz.dentz, Inga Stotland

This set of patches fixes the application key add/update processing.
An application key needs to be saved to a local node configuration file
when:
	- a new application key is added by a configuration client
    - an existing application key is updated by a configuration client
	  during key refresh procedure.

Also, fix error codes for AppKey List operation

Inga Stotland (3):
  mesh: Separate functions for app key add and update
  mesh: Save newly added or updated app key to config file
  mesh: Return correct error code for Appkey List command

 mesh/appkey.c        |  92 ++++++++++++++++++++++---------------
 mesh/appkey.h        |   4 +-
 mesh/cfgmod-server.c |   8 +++-
 mesh/mesh-db.c       | 107 ++++++++++++++++++++-----------------------
 mesh/mesh-db.h       |   4 +-
 mesh/storage.c       |   5 +-
 6 files changed, 120 insertions(+), 100 deletions(-)

-- 
2.17.2


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

end of thread, other threads:[~2019-02-19 21:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-14  3:45 [PATCH BlueZ 0/3] mesh: Save/restore application keys Inga Stotland
2019-02-14  3:45 ` [PATCH BlueZ 1/3] mesh: Separate functions for app key add and update Inga Stotland
2019-02-14  3:45 ` [PATCH BlueZ 2/3] mesh: Save newly added or updated app key to config file Inga Stotland
2019-02-14  3:45 ` [PATCH BlueZ 3/3] mesh: Return correct error code for AppKey List command Inga Stotland
2019-02-19 21:30 ` [PATCH BlueZ 0/3] mesh: Save/restore application keys Gix, Brian

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.