All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 00/10] Implement Generic battery and LE Battery client
@ 2012-09-24  7:15 chen.ganir
  2012-09-24  7:15 ` [PATCH v4 01/10] battery: Add generic device battery documentation chen.ganir
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: chen.ganir @ 2012-09-24  7:15 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.

This is version 4 of the patch set, including multiple style and other comments
reported on the ML. This version is rebased on the latest code.

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        |   31 +++
 doc/device-api.txt         |    5 +
 lib/uuid.h                 |    3 +
 profiles/battery/battery.c |  592 ++++++++++++++++++++++++++++++++++++++++++++
 profiles/battery/battery.h |   24 ++
 profiles/battery/main.c    |   52 ++++
 profiles/battery/manager.c |   62 +++++
 profiles/battery/manager.h |   24 ++
 src/device.c               |  175 +++++++++++++
 src/device.h               |   14 ++
 test/test-device           |   13 +
 12 files changed, 1002 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] 14+ messages in thread

end of thread, other threads:[~2012-09-30 10:56 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24  7:15 [PATCH v4 00/10] Implement Generic battery and LE Battery client chen.ganir
2012-09-24  7:15 ` [PATCH v4 01/10] battery: Add generic device battery documentation chen.ganir
2012-09-28 10:59   ` Johan Hedberg
2012-09-30  6:57     ` Chen Ganir
2012-09-30 10:56       ` Johan Hedberg
2012-09-24  7:15 ` [PATCH v4 02/10] battery: Implement Generic device battery chen.ganir
2012-09-24  7:15 ` [PATCH v4 03/10] battery: Add GATT Battery Client Service skeleton chen.ganir
2012-09-24  7:15 ` [PATCH v4 04/10] battery: Add client connection logic chen.ganir
2012-09-24  7:15 ` [PATCH v4 05/10] battery: Discover Characteristic Descriptors chen.ganir
2012-09-24  7:15 ` [PATCH v4 06/10] battery: Get Battery ID chen.ganir
2012-09-24  7:15 ` [PATCH v4 07/10] battery: Add Battery to device chen.ganir
2012-09-24  7:15 ` [PATCH v4 08/10] battery: Read Battery level characteristic chen.ganir
2012-09-24  7:15 ` [PATCH v4 09/10] battery: Add support for notifications chen.ganir
2012-09-24  7:15 ` [PATCH v4 10/10] battery: Support persistent battery level chen.ganir

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.