Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v4 0/3] GATT: Change the way GATT Plugins are enabled/disabled
@ 2012-03-19 14:57 chen.ganir
  2012-03-19 14:57 ` [PATCH v4 1/3] GATT: Remove individual config switches chen.ganir
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: chen.ganir @ 2012-03-19 14:57 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Chen Ganir

From: Chen Ganir <chen.ganir@ti.com>

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 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-26  9:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 14:57 [PATCH v4 0/3] GATT: Change the way GATT Plugins are enabled/disabled chen.ganir
2012-03-19 14:57 ` [PATCH v4 1/3] GATT: Remove individual config switches chen.ganir
2012-03-19 14:57 ` [PATCH v4 2/3] GATT: Rename AttributeServer switch chen.ganir
2012-03-19 14:57 ` [PATCH v4 3/3] GATT: Profile support for EnableGatt chen.ganir
2012-03-26  9:21   ` Johan Hedberg
2012-03-26  9:34     ` Ganir, Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox