Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 0/4] Support for out of band association model
@ 2010-11-04 10:10 Szymon Janc
  2010-11-04 10:10 ` [PATCH 1/4] Add support for Out of Band (OOB) " Szymon Janc
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Szymon Janc @ 2010-11-04 10:10 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Szymon Janc

This set of patches add support for out of band association model.
Suggestions from previous discussion ([RFC] D-Bus API for out of
band association model) are taken into account.

Also exemplary plugin which exports OOB functionality over DBus
(proposed API) is included.

Comments are welcome.


Szymon Janc (4):
  Add support for Out of Band (OOB) association model.
  Add DBus OOB plugin.
  Add DBus OOB API documentation.
  Add simple-oobprovider for testing.

 Makefile.am             |   11 ++-
 acinclude.m4            |    6 +
 doc/oob-api.txt         |   62 ++++++++
 lib/hci.h               |    3 +
 plugins/dbusoob.c       |  356 +++++++++++++++++++++++++++++++++++++++++++++++
 plugins/hciops.c        |   70 ++++++++--
 src/adapter.c           |    5 +
 src/adapter.h           |    3 +
 src/device.c            |   80 +++++++++++-
 src/device.h            |   12 ++
 src/event.c             |   73 +++++++---
 src/event.h             |    3 +-
 src/oob.c               |   61 ++++++++
 src/oob.h               |   47 ++++++
 test/simple-oobprovider |   54 +++++++
 15 files changed, 811 insertions(+), 35 deletions(-)
 create mode 100644 doc/oob-api.txt
 create mode 100644 plugins/dbusoob.c
 create mode 100644 src/oob.c
 create mode 100644 src/oob.h
 create mode 100755 test/simple-oobprovider


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

end of thread, other threads:[~2010-11-17 17:15 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-04 10:10 [PATCH 0/4] Support for out of band association model Szymon Janc
2010-11-04 10:10 ` [PATCH 1/4] Add support for Out of Band (OOB) " Szymon Janc
2010-11-04 10:10 ` [PATCH 2/4] Add DBus OOB plugin Szymon Janc
2010-11-04 10:11 ` [PATCH 3/4] Add DBus OOB API documentation Szymon Janc
2010-11-12 18:20   ` jaikumar Ganesh
2010-11-12 18:29     ` Johan Hedberg
2010-11-12 19:07       ` jaikumar Ganesh
2010-11-15 10:11         ` Szymon Janc
2010-11-15  8:54     ` Szymon Janc
2010-11-16  4:16       ` jaikumar Ganesh
2010-11-16 10:12         ` Szymon Janc
2010-11-17 17:15           ` jaikumar Ganesh
2010-11-04 10:11 ` [PATCH 4/4] Add simple-oobprovider for testing Szymon Janc

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