Return-Path: From: Paulo Alcantara To: linux-bluetooth@vger.kernel.org Cc: Paulo Alcantara Subject: [PATCH BlueZ v2 00/12] Store address type in BR/EDR and shared files Date: Tue, 3 Jul 2012 17:32:03 -0300 Message-Id: <1341347535-15343-1-git-send-email-paulo.alcantara@openbossa.org> In-Reply-To: <1339715044-13737-1-git-send-email-paulo.alcantara@openbossa.org> References: <1339715044-13737-1-git-send-email-paulo.alcantara@openbossa.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: This patchset proposes new storage format (used currently in LE-only files) in BR/EDR and shared files. As the LE-only file changes _only_ occurred in the BlueZ 4.100 release, the BlueZ 5.x release should contain the new storage format in BR/EDR and shared files as well. Do we also need to change BR/EDR-only files like profiles, sdp, linkkeys and eir ? v2's changes: - Do not use "bdaddr_type" for naming variables that are used to store address types at all, since there are places where both source and destinate addresses are specified, thus making the code more readable. Claudio Takahasi (1): storage: Store address type in "blocked" file Paulo Alcantara (11): storage: Store address type in "names" file storage: Store address type in "aliases" file core: Fix reading from "aliases" and "names" file storage: Store address type in "lastseen" file storage: Store address type in "lastused" file storage: Store address type in "profiles" file storage: Store address type in "did" file storage: Store address type in "linkkeys" file storage: Store address type in "trusts" file storage: Store address type in "eir" file storage: Store address type in "sdp" file input/device.c | 11 +- src/adapter.c | 44 ++++++-- src/device.c | 54 +++++----- src/event.c | 27 +++-- src/storage.c | 303 ++++++++++++++++++++++++++++++++++++++++---------------- src/storage.h | 61 ++++++++---- 6 files changed, 347 insertions(+), 153 deletions(-) -- 1.7.9.5