From: Chen Ganir <chen.ganir@xxxxxx> This patch set is a result of the discussion on the #bluez channel. Consolidate the --enable_<profile> for gatt profiles into a single switch, called --enable_gatt. In addition, modify the AttributeServer propery 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 v3 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 -- 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