linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ 00/15] Store address type on storage - remaining files
@ 2012-05-23 18:48 Paulo Alcantara
  2012-05-23 18:48 ` [PATCH BlueZ 01/15] storage: Store address type in "characteristics" Paulo Alcantara
                   ` (17 more replies)
  0 siblings, 18 replies; 55+ messages in thread
From: Paulo Alcantara @ 2012-05-23 18:48 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Paulo Alcantara

This patchset contains the remaining changes for the new storage format
used (bdaddr#type) on storage files (LE-only or shared files).

The files that have been changed so far are:
    primaries, characteristics, appearance, ccc, names, aliases,
    longtermkeys, attributes, blocked.

Unchanged files:
    lastseen, lastused, eir, classes, manufacturers, features, linkkeys,
    pincodes, trusts, profiles.

Maybe we should initially use the new storage format in lastseen,
lastused and trusts files as well. However, I'm not quite sure about
that. So, what do you guys think about using the new storage format in
these files ?


Claudio Takahasi (4):
  storage: Store address type in "aliases" file
  storage: Store address type in blocked file
  storage: Rename characteristic to characteristics
  storage: Rename primary file to primaries

Paulo Alcantara (11):
  storage: Store address type in "characteristics"
  storage: Store address type in "appearance" file
  storage: Store address type in "ccc" file
  storage: Store address type in "names" file
  core: Fix reading stored data from "aliases" and "names" file
  storage: Do not store address type twice
  storage: Store address type in "longtermkeys" file
  core: Fix creating device from "longtermkeys" file
  storage: Store address type in "attributes" file
  core: Fix creating device from "blocked" file
  core: Fix deleting entries

 attrib/client.c     |   31 +++++++----
 input/device.c      |    6 ++-
 src/adapter.c       |   64 ++++++++++++++--------
 src/attrib-server.c |   19 +++++--
 src/device.c        |   49 +++++++++++------
 src/device.h        |    1 +
 src/event.c         |   13 +++--
 src/storage.c       |  147 +++++++++++++++++++++++++++++---------------------
 src/storage.h       |   44 +++++++++------
 9 files changed, 232 insertions(+), 142 deletions(-)

-- 
1.7.7.6


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

end of thread, other threads:[~2012-05-25 15:47 UTC | newest]

Thread overview: 55+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 18:48 [PATCH BlueZ 00/15] Store address type on storage - remaining files Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 01/15] storage: Store address type in "characteristics" Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 02/15] storage: Store address type in "appearance" file Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 03/15] storage: Store address type in "ccc" file Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 04/15] storage: Store address type in "names" file Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 05/15] storage: Store address type in "aliases" file Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 06/15] core: Fix reading stored data from "aliases" and "names" file Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 07/15] storage: Store address type in blocked file Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 08/15] storage: Do not store address type twice Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 09/15] storage: Store address type in "longtermkeys" file Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 10/15] core: Fix creating device from " Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 11/15] storage: Store address type in "attributes" file Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 12/15] core: Fix creating device from "blocked" file Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 13/15] storage: Rename characteristic to characteristics Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 14/15] storage: Rename primary file to primaries Paulo Alcantara
2012-05-23 18:48 ` [PATCH BlueZ 15/15] core: Fix deleting entries Paulo Alcantara
2012-05-24  7:59 ` [PATCH BlueZ 00/15] Store address type on storage - remaining files Johan Hedberg
2012-05-24 17:57   ` Paulo Alcantara
2012-05-25  7:39     ` Johan Hedberg
2012-05-24 18:45 ` [PATCH BlueZ v2 00/16] " Paulo Alcantara
2012-05-24 18:45   ` [PATCH BlueZ v2 01/16] storage: Store address type in "characteristics" Paulo Alcantara
2012-05-24 18:45   ` [PATCH BlueZ v2 02/16] storage: Store address type in "appearance" file Paulo Alcantara
2012-05-24 18:46   ` [PATCH BlueZ v2 03/16] storage: Store address type in "ccc" file Paulo Alcantara
2012-05-24 18:46   ` [PATCH BlueZ v2 04/16] storage: Store address type in "names" file Paulo Alcantara
2012-05-24 18:46   ` [PATCH BlueZ v2 05/16] storage: Store address type in "aliases" file Paulo Alcantara
2012-05-24 18:46   ` [PATCH BlueZ v2 06/16] core: Fix reading stored data from "aliases" and "names" file Paulo Alcantara
2012-05-24 18:46   ` [PATCH BlueZ v2 07/16] storage: Store address type in blocked file Paulo Alcantara
2012-05-24 18:46   ` [PATCH BlueZ v2 08/16] storage: Do not store address type twice Paulo Alcantara
2012-05-24 18:46   ` [PATCH BlueZ v2 09/16] storage: Store address type in "longtermkeys" file Paulo Alcantara
2012-05-24 18:46   ` [PATCH BlueZ v2 10/16] core: Fix creating device from " Paulo Alcantara
2012-05-24 18:46   ` [PATCH BlueZ v2 11/16] storage: Store address type in "attributes" file Paulo Alcantara
2012-05-24 18:46   ` [PATCH BlueZ v2 12/16] core: Fix creating device from "blocked" file Paulo Alcantara
2012-05-24 18:46   ` [PATCH BlueZ v2 13/16] storage: Rename characteristic to characteristics Paulo Alcantara
2012-05-24 18:46   ` [PATCH BlueZ v2 14/16] storage: Rename primary file to primaries Paulo Alcantara
2012-05-24 18:46   ` [PATCH BlueZ v2 15/16] core: Fix deleting entries Paulo Alcantara
2012-05-24 18:46   ` [PATCH BlueZ v2 16/16] storage: Keep backward compatibility Paulo Alcantara
2012-05-25 15:46 ` [PATCH BlueZ v3 00/18] Store address type on storage - remaining files Paulo Alcantara
2012-05-25 15:46   ` [PATCH BlueZ v3 01/18] storage: Store address type in "characteristics" Paulo Alcantara
2012-05-25 15:46   ` [PATCH BlueZ v3 02/18] storage: Store address type in "appearance" file Paulo Alcantara
2012-05-25 15:46   ` [PATCH BlueZ v3 03/18] storage: Store address type in "ccc" file Paulo Alcantara
2012-05-25 15:46   ` [PATCH BlueZ v3 04/18] storage: Store address type in "names" file Paulo Alcantara
2012-05-25 15:46   ` [PATCH BlueZ v3 05/18] storage: Store address type in "aliases" file Paulo Alcantara
2012-05-25 15:46   ` [PATCH BlueZ v3 06/18] core: Fix reading stored data from "aliases" and "names" file Paulo Alcantara
2012-05-25 15:46   ` [PATCH BlueZ v3 07/18] storage: Store address type in blocked file Paulo Alcantara
2012-05-25 15:47   ` [PATCH BlueZ v3 08/18] storage: Do not store address type twice Paulo Alcantara
2012-05-25 15:47   ` [PATCH BlueZ v3 09/18] storage: Store address type in "longtermkeys" file Paulo Alcantara
2012-05-25 15:47   ` [PATCH BlueZ v3 10/18] core: Fix creating device from " Paulo Alcantara
2012-05-25 15:47   ` [PATCH BlueZ v3 11/18] storage: Store address type in "attributes" file Paulo Alcantara
2012-05-25 15:47   ` [PATCH BlueZ v3 12/18] core: Fix creating device from "blocked" file Paulo Alcantara
2012-05-25 15:47   ` [PATCH BlueZ v3 13/18] storage: Rename characteristic to characteristics Paulo Alcantara
2012-05-25 15:47   ` [PATCH BlueZ v3 14/18] storage: Rename primary file to primaries Paulo Alcantara
2012-05-25 15:47   ` [PATCH BlueZ v3 15/18] core: Fix deleting entries Paulo Alcantara
2012-05-25 15:47   ` [PATCH BlueZ v3 16/18] storage: Keep backward compatibility in "blocked" file Paulo Alcantara
2012-05-25 15:47   ` [PATCH BlueZ v3 17/18] storage: Keep backward compatibility in "names" file Paulo Alcantara
2012-05-25 15:47   ` [PATCH BlueZ v3 18/18] storage: Keep backward compatibility in "aliases" file Paulo Alcantara

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