linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] Implement Generic battery and LE Battery client
@ 2012-09-11  7:38 chen.ganir
  2012-09-11  7:38 ` [PATCH 01/10] battery: Add generic device battery documentation chen.ganir
                   ` (8 more replies)
  0 siblings, 9 replies; 27+ messages in thread
From: chen.ganir @ 2012-09-11  7:38 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: chen.ganir

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

This patch set replaces previous patch sets which implemented the LE battery
GATT Client. This patch set implements a generic device battery D-Bus interface
that can be used to get remote device battery status using D-Bus. In addition,
This patch set also implements the GATT Battery client, which uses the generic
device battery to expose LE device battery status.

see doc/battery-api.txt and doc/device-api.txt for more information.


Chen Ganir (10):
  battery: Add generic device battery documentation
  battery: Implement Generic device battery
  battery: Add GATT Battery Client Service skeleton
  battery: Add client connection logic
  battery: Discover Characteristic Descriptors
  battery: Get Battery ID
  battery: Add Battery to device
  battery: Read Battery level characteristic
  battery: Add support for notifications
  battery: Support persistent battery level

 Makefile.am                |    9 +-
 doc/battery-api.txt        |   33 +++
 doc/device-api.txt         |    5 +
 lib/uuid.h                 |    3 +
 profiles/battery/battery.c |  590 ++++++++++++++++++++++++++++++++++++++++++++
 profiles/battery/battery.h |   24 ++
 profiles/battery/main.c    |   52 ++++
 profiles/battery/manager.c |   61 +++++
 profiles/battery/manager.h |   24 ++
 src/device.c               |  184 ++++++++++++++
 src/device.h               |   15 ++
 test/test-device           |   13 +
 12 files changed, 1011 insertions(+), 2 deletions(-)
 create mode 100644 doc/battery-api.txt
 create mode 100644 profiles/battery/battery.c
 create mode 100644 profiles/battery/battery.h
 create mode 100644 profiles/battery/main.c
 create mode 100644 profiles/battery/manager.c
 create mode 100644 profiles/battery/manager.h

-- 
1.7.9.5


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

end of thread, other threads:[~2012-09-13 11:32 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-11  7:38 [PATCH 00/10] Implement Generic battery and LE Battery client chen.ganir
2012-09-11  7:38 ` [PATCH 01/10] battery: Add generic device battery documentation chen.ganir
2012-09-11 15:34   ` Joao Paulo Rechi Vita
2012-09-12  4:45     ` Chen Ganir
2012-09-11  7:38 ` [PATCH 02/10] battery: Implement Generic device battery chen.ganir
2012-09-11 18:27   ` Joao Paulo Rechi Vita
2012-09-12  4:48     ` Chen Ganir
2012-09-12  8:45       ` Johan Hedberg
2012-09-12 10:30         ` Chen Ganir
2012-09-12 10:57           ` Anderson Lizardo
2012-09-13 11:32             ` Chen Ganir
2012-09-11  7:38 ` [PATCH 03/10] battery: Add GATT Battery Client Service skeleton chen.ganir
2012-09-11  7:38 ` [PATCH 04/10] battery: Add client connection logic chen.ganir
2012-09-11  7:38 ` [PATCH 05/10] battery: Discover Characteristic Descriptors chen.ganir
2012-09-11 20:52   ` Joao Paulo Rechi Vita
2012-09-12  4:49     ` Chen Ganir
2012-09-11  7:38 ` [PATCH 06/10] battery: Get Battery ID chen.ganir
2012-09-11  7:38 ` [PATCH 07/10] battery: Add Battery to device chen.ganir
2012-09-11 21:40   ` Joao Paulo Rechi Vita
2012-09-12  4:54     ` Chen Ganir
2012-09-11  7:38 ` [PATCH 08/10] battery: Read Battery level characteristic chen.ganir
2012-09-11 21:50   ` Joao Paulo Rechi Vita
2012-09-12  4:55     ` Chen Ganir
2012-09-11  7:38 ` [PATCH 09/10] battery: Add support for notifications chen.ganir
2012-09-11 22:08   ` Joao Paulo Rechi Vita
2012-09-12  4:58     ` Chen Ganir
2012-09-13 11:27       ` Chen Ganir

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