Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v3 00/20] CSCP plugin
@ 2012-12-04 12:43 Andrzej Kaczmarek
  2012-12-04 12:43 ` [PATCH v3 01/20] cyclingspeed: Add CSC profile plugin skeleton Andrzej Kaczmarek
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: Andrzej Kaczmarek @ 2012-12-04 12:43 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Andrzej Kaczmarek

Hi,

Changes since v2:
- rebased to latest upstream master
- moved all code to cyclingspeed.c to avoid "empty" calls across files

No changes in functionality.


Andrzej Kaczmarek (20):
  cyclingspeed: Add CSC profile plugin skeleton
  cyclingspeed: Add attio callbacks
  cyclingspeed: Discover CSCS characteristics
  cyclingspeed: Discover characteristics CCC
  cyclingspeed: Read CSC Feature characteristic value
  cyclingspeed: Read Sensor Location characteristic value
  cyclingspeed: Add CyclingSpeedManager interface
  cyclingspeed: Add support to enable measurement notifications
  cyclingspeed: Process measurement notifications
  cyclingspeed: Add DBus.Properties for org.bluez.CyclingSpeed
    interface
  cyclingspeed: Add stub to use SC Control Point
  cyclingspeed: Add support for Request Supported Sensor Locations
  cyclingspeed: Add support for Update Sensor Location
  cyclingspeed: Add support for Set Cumulative Value
  core: Add CyclingSpeedWatcher interface to default policy
  doc: Remove Get-/SetProperties from CSC API document
  doc: Rename cycling API to cyclingspeed
  build: Add CSCP API document to EXTRA_DIST
  test: Add cyclingspeed test script
  test: Enable speed and cadence calculation in test-cyclingspeed

 Makefile.am                          |    8 +-
 Makefile.tools                       |    3 +-
 doc/cycling-api.txt                  |  118 ----
 doc/cyclingspeed-api.txt             |  100 +++
 lib/uuid.h                           |    6 +
 profiles/cyclingspeed/cyclingspeed.c | 1285 ++++++++++++++++++++++++++++++++++
 src/bluetooth.conf                   |    1 +
 test/test-cyclingspeed               |  191 +++++
 8 files changed, 1590 insertions(+), 122 deletions(-)
 delete mode 100644 doc/cycling-api.txt
 create mode 100644 doc/cyclingspeed-api.txt
 create mode 100644 profiles/cyclingspeed/cyclingspeed.c
 create mode 100755 test/test-cyclingspeed

-- 
1.8.0


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

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

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-04 12:43 [PATCH v3 00/20] CSCP plugin Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 01/20] cyclingspeed: Add CSC profile plugin skeleton Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 02/20] cyclingspeed: Add attio callbacks Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 03/20] cyclingspeed: Discover CSCS characteristics Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 04/20] cyclingspeed: Discover characteristics CCC Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 05/20] cyclingspeed: Read CSC Feature characteristic value Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 06/20] cyclingspeed: Read Sensor Location " Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 07/20] cyclingspeed: Add CyclingSpeedManager interface Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 08/20] cyclingspeed: Add support to enable measurement notifications Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 09/20] cyclingspeed: Process " Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 10/20] cyclingspeed: Add DBus.Properties for org.bluez.CyclingSpeed interface Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 11/20] cyclingspeed: Add stub to use SC Control Point Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 12/20] cyclingspeed: Add support for Request Supported Sensor Locations Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 13/20] cyclingspeed: Add support for Update Sensor Location Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 14/20] cyclingspeed: Add support for Set Cumulative Value Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 15/20] core: Add CyclingSpeedWatcher interface to default policy Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 16/20] doc: Remove Get-/SetProperties from CSC API document Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 17/20] doc: Rename cycling API to cyclingspeed Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 18/20] build: Add CSCP API document to EXTRA_DIST Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 19/20] test: Add cyclingspeed test script Andrzej Kaczmarek
2012-12-04 12:43 ` [PATCH v3 20/20] test: Enable speed and cadence calculation in test-cyclingspeed Andrzej Kaczmarek
2012-12-05  8:23 ` [PATCH v3 00/20] CSCP plugin Johan Hedberg

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