Return-Path: MIME-Version: 1.0 In-Reply-To: <1425443411-11958-1-git-send-email-armansito@chromium.org> References: <1425443411-11958-1-git-send-email-armansito@chromium.org> Date: Wed, 4 Mar 2015 19:56:03 +0200 Message-ID: Subject: Re: [PATCH BlueZ v3 0/7] Implement GATT server D-Bus API From: Luiz Augusto von Dentz To: Arman Uguray Cc: "linux-bluetooth@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Arman, On Wed, Mar 4, 2015 at 6:30 AM, Arman Uguray wrote: > *v3: - Rebased remaining patches and built them into src/gatt-database.c instead > of src/gatt-manager.c. > > - Eliminated unnecessary lookups in CCC and notification related functions. > > - Added a fake Battery Service to tools/gatt-example. > > Arman Uguray (7): > core/gatt: Make CCC addition API public > core/gatt: Create CCC for external characteristic > core/gatt: Send not/ind for D-Bus characteristics > core/gatt: Create CEP for external characteristic > core/gatt: Register descriptors > core/gatt: Support descriptor reads/writes > tools: Added a Python example for GATT server API > > src/gatt-database.c | 718 ++++++++++++++++++++++++++++++++++++++++++++-------- > src/gatt-database.h | 11 + > tools/gatt-example | 533 ++++++++++++++++++++++++++++++++++++++ > 3 files changed, 1153 insertions(+), 109 deletions(-) > create mode 100755 tools/gatt-example > > -- > 2.2.0.rc0.207.ga3a616c Applied, thanks. -- Luiz Augusto von Dentz