Hi Arman, On Tue, Nov 11, 2014 at 11:39 PM, Arman Uguray <armansito@xxxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html