Return-Path: From: chen.ganir@ti.com To: linux-bluetooth@vger.kernel.org Cc: Chen Ganir Subject: [PATCH v4 0/3] GATT: Change the way GATT Plugins are enabled/disabled Date: Mon, 19 Mar 2012 16:57:50 +0200 Message-Id: <1332169073-15885-1-git-send-email-chen.ganir@ti.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Chen Ganir This patch set is a result of the discussion on the #bluez channel. Consolidate the --enable_ for gatt profiles into a single switch, called --enable_gatt. In addition, modify the AttributeServer property in the main.conf to EnableGatt option (default=false) and make sure all GATT plugins query this option before trying to load (in the _init function of the plugin) This is v4 of the patch set - fixed as suggested on the mailing list. Chen Ganir (3): GATT: Remove individual config switches GATT: Rename Attribute Server switch GATT: Profile support for EnableGatt Makefile.am | 38 ++++++++++---------------------------- Makefile.tools | 8 +++++--- acinclude.m4 | 32 ++++---------------------------- alert/main.c | 9 +++++---- bootstrap-configure | 6 +----- plugins/gatt-example.c | 6 +++--- proximity/main.c | 10 +++++++++- proximity/reporter.c | 7 ++++--- src/adapter.c | 8 ++++---- src/hcid.h | 2 +- src/main.c | 4 ++-- src/main.conf | 5 ++--- thermometer/main.c | 11 +++++++++++ time/main.c | 9 +++++---- 14 files changed, 66 insertions(+), 89 deletions(-) -- 1.7.4.1