From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 20 Aug 2012 12:20:59 +0300 From: Johan Hedberg To: Claudio Takahasi Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH BlueZ v2 00/10] GATT Plugin Message-ID: <20120820092059.GA11516@x220> References: <1345214611-9071-1-git-send-email-claudio.takahasi@openbossa.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1345214611-9071-1-git-send-email-claudio.takahasi@openbossa.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Claudio, On Fri, Aug 17, 2012, Claudio Takahasi wrote: > This patch series adds a new GATT based plugin for GAP and GATT service. > The objective is cleanup: moving some GATT related operations from the > device(core) to a GATT based plugin. > > This first part is related to GAP appearance characteristic. A second > patch will be sent soon to manage Service Changed and GATT/ATT MTU. > > Changes from v1: Removes direct access to appearance storage. > > Claudio Takahasi (10): > gatt: Add Generic Access/Attribute Profile plugin > gatt: Add GAP/GATT device registration > core: Add device method to access "Appearance" > gatt: Add read Appearance characteristic > core: Remove Appearance characteristic read > gatt: Emit PropertyChanged for Appearance > core: PropertyChanged signal for Icon/class > core: PropertyChanged signal for Icon/Appearance > core: Add storing Appearance > gatt: Map Appearance value 0x0000 to "unknown" > > Makefile.am | 8 ++- > profiles/gatt/gas.c | 163 +++++++++++++++++++++++++++++++++++++++++++++++ > profiles/gatt/gas.h | 25 +++++++ > profiles/gatt/main.c | 52 +++++++++++++++ > profiles/gatt/manager.c | 82 ++++++++++++++++++++++++ > profiles/gatt/manager.h | 24 +++++++ > src/dbus-common.c | 2 + > src/device.c | 98 ++++++++++++---------------- > src/device.h | 2 + > 9 files changed, 399 insertions(+), 57 deletions(-) > create mode 100644 profiles/gatt/gas.c > create mode 100644 profiles/gatt/gas.h > create mode 100644 profiles/gatt/main.c > create mode 100644 profiles/gatt/manager.c > create mode 100644 profiles/gatt/manager.h All patches in this set have been applied. Thanks. Johan