public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] GATT/ATT Cleanup
@ 2012-03-26  7:35 chen.ganir
  2012-03-26  7:35 ` [PATCH v2 1/2] GATT: Rename service and char structs chen.ganir
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: chen.ganir @ 2012-03-26  7:35 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Chen Ganir

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

Move gatt related primary and characteristic definitions
from the att.h to gatt.h (ATT does not define services and
characteristics - those are GATT terms).

This is v2 of the patch set, fixing compilation errors.

Chen Ganir (2):
  GATT: Rename service and char structs
  GATT: replace start/end with att_range

 attrib/att.h              |   13 -------------
 attrib/client.c           |   22 +++++++++++-----------
 attrib/gatt.c             |   12 ++++++------
 attrib/gatt.h             |   12 ++++++++++++
 attrib/gatttool.c         |    6 +++---
 attrib/interactive.c      |    6 +++---
 proximity/manager.c       |    6 ++++--
 proximity/monitor.c       |   22 +++++++++++-----------
 proximity/monitor.h       |    4 ++--
 src/adapter.c             |   11 ++++++-----
 src/device.c              |   14 +++++++-------
 thermometer/manager.c     |    6 ++++--
 thermometer/thermometer.c |   12 ++++++------
 thermometer/thermometer.h |    2 +-
 14 files changed, 76 insertions(+), 72 deletions(-)

-- 
1.7.4.1


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-26  7:35 [PATCH v2 0/2] GATT/ATT Cleanup chen.ganir
2012-03-26  7:35 ` [PATCH v2 1/2] GATT: Rename service and char structs chen.ganir
2012-03-26  7:35 ` [PATCH v2 2/2] GATT: replace start/end with att_range chen.ganir
2012-03-26  9:21 ` [PATCH v2 0/2] GATT/ATT Cleanup Johan Hedberg

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