linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/4] Add DeviceInformationService plugin
@ 2012-04-04  8:28 chen.ganir
  2012-04-04  8:28 ` [PATCH v6 1/4] Add DeviceInformation GATT Client chen.ganir
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: chen.ganir @ 2012-04-04  8:28 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Chen Ganir

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

Add Device Information Service GATT Client for reading peer
device PNP_ID and store it.

Chen Ganir (4):
  Add DeviceInformation GATT Client
  DeviceInfo: Add connection logic
  DeviceInfo: Discover Characteristics
  DeviceInfo: Read PNP ID

 Makefile.am             |    8 ++-
 deviceinfo/deviceinfo.c |  193 +++++++++++++++++++++++++++++++++++++++++++++++
 deviceinfo/deviceinfo.h |   24 ++++++
 deviceinfo/main.c       |   52 +++++++++++++
 deviceinfo/manager.c    |   82 ++++++++++++++++++++
 deviceinfo/manager.h    |   24 ++++++
 doc/device-api.txt      |    4 +
 src/device.c            |   34 ++++++++
 src/device.h            |    4 +
 9 files changed, 423 insertions(+), 2 deletions(-)
 create mode 100644 deviceinfo/deviceinfo.c
 create mode 100644 deviceinfo/deviceinfo.h
 create mode 100644 deviceinfo/main.c
 create mode 100644 deviceinfo/manager.c
 create mode 100644 deviceinfo/manager.h

-- 
1.7.4.1


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

end of thread, other threads:[~2012-04-04 12:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-04  8:28 [PATCH v6 0/4] Add DeviceInformationService plugin chen.ganir
2012-04-04  8:28 ` [PATCH v6 1/4] Add DeviceInformation GATT Client chen.ganir
2012-04-04  8:28 ` [PATCH v6 2/4] DeviceInfo: Add connection logic chen.ganir
2012-04-04  8:28 ` [PATCH v6 3/4] DeviceInfo: Discover Characteristics chen.ganir
2012-04-04  8:28 ` [PATCH v6 4/4] DeviceInfo: Read PNP ID chen.ganir
2012-04-04 11:54 ` [PATCH v6 0/4] Add DeviceInformationService plugin Anderson Lizardo
2012-04-04 12:04 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).