From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 20 Aug 2012 20:44:30 +0300 From: Johan Hedberg To: Claudio Takahasi Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH BlueZ v0 00/10] GATT plugin: Service Changed and MTU exchange Message-ID: <20120820174430.GA3976@x220.P-661HNU-F1> References: <1345483375-27621-1-git-send-email-claudio.takahasi@openbossa.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1345483375-27621-1-git-send-email-claudio.takahasi@openbossa.org> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Claudio, On Mon, Aug 20, 2012, Claudio Takahasi wrote: > This patch series implements Service Changed attribute of the remote > Generic Attribute Profile Service, and the MTU exchange sub-procedure. > > Service Changed characteristic is used to indicate to connected devices > that services have changed (i.e., added, removed or modified). > > The MTU exchange sub-procedure is used by the client to set the ATT_MTU > to the maximum possible value that can be supported by both devices when > the client supports a value greater than the default ATT_MTU for the > Attribute Protocol. BlueZ host will always start this sub-procedure when > the ATT channel is established. > > Claudio Takahasi (10): > gatt: Add Service Changed read > gatt: Add Service Changed CCC discovery > gatt: Enable indication for Service Changed > gatt: Confirm the indication received > gatt: Start Discover Services when handle changes > core: Rename update_services > core: Add updating GATT services > gatt: Primary service interval may not change > core: Rename services_changed to uuids_changed > gatt: Add MTU exchange procedure > > attrib/gatt.h | 1 + > profiles/gatt/gas.c | 214 +++++++++++++++++++++++++++++++++++++++++++++++++++ > src/device.c | 101 +++++++++++++++++++------ > src/device.h | 2 + > 4 files changed, 295 insertions(+), 23 deletions(-) All patches in this set have been applied. Thanks. Johan