linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Battery Profile implementation
@ 2013-01-07 19:40 Paulo Borges
  2013-01-07 19:40 ` [PATCH 1/9] battery: Add generic device battery documentation Paulo Borges
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Paulo Borges @ 2013-01-07 19:40 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Paulo Borges

This patch series implements GATT Battery profile, and it is based on
the work of Chen Ganir.

Battery Profile is mandatory for HoG (HID over GATT).

What has been done upon the previous version:

* bugfixes
* new storage schema using key-files
* compliant with object manager

Although I've changed all commits in the series, I just took the
authorship of commits modified meaninfuly.

Chen Ganir (6):
  battery: Add GATT Battery Client Service skeleton
  battery: Discover Characteristic Descriptors
  battery: Get Battery ID
  battery: Add Battery to device
  battery: Read Battery level characteristic
  battery: Add support for notifications

Paulo Borges (3):
  battery: Add generic device battery documentation
  battery: Implement Generic device battery
  battery: Support persistent battery level

 Makefile.plugins           |    3 +
 doc/battery-api.txt        |   24 ++
 lib/uuid.h                 |    3 +
 profiles/battery/battery.c |  638 ++++++++++++++++++++++++++++++++++++++++++++
 src/device.c               |  140 ++++++++++
 src/device.h               |   15 ++
 test/test-device           |   15 ++
 7 files changed, 838 insertions(+)
 create mode 100644 doc/battery-api.txt
 create mode 100644 profiles/battery/battery.c

-- 
1.7.9.5


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

end of thread, other threads:[~2013-01-07 19:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-07 19:40 [PATCH 0/9] Battery Profile implementation Paulo Borges
2013-01-07 19:40 ` [PATCH 1/9] battery: Add generic device battery documentation Paulo Borges
2013-01-07 19:40 ` [PATCH 2/9] battery: Implement Generic device battery Paulo Borges
2013-01-07 19:40 ` [PATCH 3/9] battery: Add GATT Battery Client Service skeleton Paulo Borges
2013-01-07 19:40 ` [PATCH 4/9] battery: Discover Characteristic Descriptors Paulo Borges
2013-01-07 19:41 ` [PATCH 5/9] battery: Get Battery ID Paulo Borges
2013-01-07 19:41 ` [PATCH 6/9] battery: Add Battery to device Paulo Borges
2013-01-07 19:41 ` [PATCH 7/9] battery: Read Battery level characteristic Paulo Borges
2013-01-07 19:41 ` [PATCH 8/9] battery: Add support for notifications Paulo Borges
2013-01-07 19:41 ` [PATCH 9/9] battery: Support persistent battery level Paulo Borges

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