Return-Path: MIME-Version: 1.0 In-Reply-To: <1415741987-22272-1-git-send-email-armansito@chromium.org> References: <1415741987-22272-1-git-send-email-armansito@chromium.org> Date: Wed, 12 Nov 2014 15:52:19 +0200 Message-ID: Subject: Re: [PATCH BlueZ 0/8] Introduce tools/btgatt-server and other bug fixes. 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 Tue, Nov 11, 2014 at 11:39 PM, Arman Uguray wrote: > This patch set introduces tools/btgatt-server. This tool serves as a > standalone demo of combining shared/gatt-db, shared/gatt-server, and a > listening L2CAP socket on the ATT channel. The tool exposes the GAP and > GATT services, as well as a Heart Rate service. It's possible to hide/unhide > the latter to test Service Changed events. > > The set also includes two small bug fixes for the way Service Changed > characteristics are handled by shared/gatt-client. > > Arman Uguray (8): > tools/btgatt-server: Introduce btgatt-server. > tools/btgatt-server: Accept incoming connection and initialize server. > tools/btgatt-server: Populate the database. > tools/btgatt-server: Add command support and the notify command. > tools/btgatt-server: Add Heart Rate service simulation. > tools/btgatt-server: Add "heart-rate" command. > shared/gatt-client: Fix bug in service changed handler. > shared/gatt-client: Watch CCC while registering Service Changed > handler. > > .gitignore | 1 + > Makefile.tools | 8 + > src/shared/gatt-client.c | 25 +- > tools/btgatt-server.c | 1065 ++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 1093 insertions(+), 6 deletions(-) > create mode 100644 tools/btgatt-server.c > > -- > 2.1.0.rc2.206.gedb03e5 Ive applied the last 2 since there were fixes, please check the my comments regarding the remaining patches. -- Luiz Augusto von Dentz