linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/15] Thermometer watchers API changes + fixes
@ 2012-10-01  9:23 Andrzej Kaczmarek
  2012-10-01  9:23 ` [PATCH v2 01/15] thermometer: Store thermometer devices per-adapter Andrzej Kaczmarek
                   ` (14 more replies)
  0 siblings, 15 replies; 21+ messages in thread
From: Andrzej Kaczmarek @ 2012-10-01  9:23 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Andrzej Kaczmarek

Hi,

Changes since v1:
- fixed inconsistencies and issues in API document formatting
- changed string properties to lower-case (new patch)


Andrzej Kaczmarek (15):
  thermometer: Store thermometer devices per-adapter
  thermometer: Register ThermometerManager interface on adapter path
  thermometer: Move watcher logic to adapter interface
  thermometer: Include remote device information in MeasurementReceived
  thermometer: Update API document
  thermometer: Update test script
  thermometer: Reformat MeasurementReceived description
  thermometer: Change string properties to lower-case
  thermometer: Update driver naming style
  thermometer: Add constant definition for watcher interface name
  thermometer: Add common function to write characteristics CCC
  thermometer: Refactor processing of measurement characteristic value
  thermometer: Fix whitespace
  thermometer: Fix indentation
  thermometer: Fix missing braces

 doc/thermometer-api.txt            | 127 ++++-----
 profiles/thermometer/manager.c     |  24 +-
 profiles/thermometer/thermometer.c | 512 +++++++++++++++++++++----------------
 profiles/thermometer/thermometer.h |   2 +
 test/test-thermometer              |  16 +-
 5 files changed, 386 insertions(+), 295 deletions(-)

-- 
1.7.11.3


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

end of thread, other threads:[~2012-10-03  7:41 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-01  9:23 [PATCH v2 00/15] Thermometer watchers API changes + fixes Andrzej Kaczmarek
2012-10-01  9:23 ` [PATCH v2 01/15] thermometer: Store thermometer devices per-adapter Andrzej Kaczmarek
2012-10-01  9:23 ` [PATCH v2 02/15] thermometer: Register ThermometerManager interface on adapter path Andrzej Kaczmarek
2012-10-01  9:23 ` [PATCH v2 03/15] thermometer: Move watcher logic to adapter interface Andrzej Kaczmarek
2012-10-01  9:23 ` [PATCH v2 04/15] thermometer: Include remote device information in MeasurementReceived Andrzej Kaczmarek
2012-10-01  9:23 ` [PATCH v2 05/15] thermometer: Update API document Andrzej Kaczmarek
2012-10-01  9:23 ` [PATCH v2 06/15] thermometer: Update test script Andrzej Kaczmarek
2012-10-01  9:23 ` [PATCH v2 07/15] thermometer: Reformat MeasurementReceived description Andrzej Kaczmarek
2012-10-01  9:43   ` Santiago Carot
2012-10-01 11:32     ` Andrzej Kaczmarek
2012-10-01 12:08       ` Santiago Carot
2012-10-02  8:52         ` Andrzej Kaczmarek
2012-10-03  7:41           ` Santiago Carot
2012-10-01  9:23 ` [PATCH v2 08/15] thermometer: Change string properties to lower-case Andrzej Kaczmarek
2012-10-01  9:23 ` [PATCH v2 09/15] thermometer: Update driver naming style Andrzej Kaczmarek
2012-10-01  9:23 ` [PATCH v2 10/15] thermometer: Add constant definition for watcher interface name Andrzej Kaczmarek
2012-10-01  9:23 ` [PATCH v2 11/15] thermometer: Add common function to write characteristics CCC Andrzej Kaczmarek
2012-10-01  9:23 ` [PATCH v2 12/15] thermometer: Refactor processing of measurement characteristic value Andrzej Kaczmarek
2012-10-01  9:23 ` [PATCH v2 13/15] thermometer: Fix whitespace Andrzej Kaczmarek
2012-10-01  9:23 ` [PATCH v2 14/15] thermometer: Fix indentation Andrzej Kaczmarek
2012-10-01  9:23 ` [PATCH v2 15/15] thermometer: Fix missing braces Andrzej Kaczmarek

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