Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/2] DeviceInfo and BatteryService Clients
@ 2012-03-11 12:57 chen.ganir
  2012-03-11 12:57 ` [PATCH 1/2] Added DeviceInformation GATT Client chen.ganir
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: chen.ganir @ 2012-03-11 12:57 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Chen Ganir

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

Adding Battery Service client and Device Information Service Client stubs.
More logic will be added to these service as development continues.
To enable the new features you will need to use:
--enable-batterystate
--enable-deviceinfo


Chen Ganir (2):
  Added DeviceInformation GATT Client
  Added Battery Service GATT Client

 Makefile.am                 |   14 +++++++
 acinclude.m4                |   12 ++++++
 batterystate/batterystate.c |   89 +++++++++++++++++++++++++++++++++++++++++
 batterystate/batterystate.h |   26 ++++++++++++
 batterystate/main.c         |   60 ++++++++++++++++++++++++++++
 batterystate/manager.c      |   92 +++++++++++++++++++++++++++++++++++++++++++
 batterystate/manager.h      |   25 ++++++++++++
 deviceinfo/deviceinfo.c     |   89 +++++++++++++++++++++++++++++++++++++++++
 deviceinfo/deviceinfo.h     |   26 ++++++++++++
 deviceinfo/main.c           |   60 ++++++++++++++++++++++++++++
 deviceinfo/manager.c        |   92 +++++++++++++++++++++++++++++++++++++++++++
 deviceinfo/manager.h        |   25 ++++++++++++
 12 files changed, 610 insertions(+), 0 deletions(-)
 create mode 100644 batterystate/batterystate.c
 create mode 100644 batterystate/batterystate.h
 create mode 100644 batterystate/main.c
 create mode 100644 batterystate/manager.c
 create mode 100644 batterystate/manager.h
 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-03-13 12:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-11 12:57 [PATCH 0/2] DeviceInfo and BatteryService Clients chen.ganir
2012-03-11 12:57 ` [PATCH 1/2] Added DeviceInformation GATT Client chen.ganir
2012-03-12  0:29   ` Claudio Takahasi
2012-03-12  7:40     ` Ganir, Chen
2012-03-11 12:57 ` [PATCH 2/2] Added Battery Service " chen.ganir
2012-03-11 18:17 ` [PATCH 0/2] DeviceInfo and BatteryService Clients Marcel Holtmann
2012-03-13 12:08   ` Ganir, Chen

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