Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH v7 0/6] Support for out of band association mode
@ 2011-03-26 11:27 Szymon Janc
  2011-03-26 11:27 ` [PATCH v7 1/6] Add initial support for Out of Band (OOB) association model Szymon Janc
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Szymon Janc @ 2011-03-26 11:27 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: par-gunnar.p.hjalmdahl, henrik.possung, Szymon Janc

Changes since v6:
- fixed issues pointed out by Johan

BR,
Szymon Janc
on behalf of ST-Ericsson

Szymon Janc (6):
  Add initial support for Out of Band (OOB) association model
  Add support for Out of Band (OOB) association model in mgmtops
  Add support for Out of Band (OOB) association model in hciops
  Add D-Bus OOB plugin
  Update mgmt-api.txt with OOB commands
  Add oob-api.txt with documentation about OOB D-Bus methods

 Makefile.am       |    8 ++-
 acinclude.m4      |    6 ++
 doc/mgmt-api.txt  |   30 +++++++
 doc/oob-api.txt   |   38 +++++++++
 lib/mgmt.h        |   18 ++++
 plugins/dbusoob.c |  234 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 plugins/hciops.c  |  142 +++++++++++++++++++++++++++++++-
 plugins/mgmtops.c |  129 +++++++++++++++++++++++++++++
 src/adapter.c     |   18 ++++
 src/adapter.h     |   12 +++
 src/oob.c         |   41 +++++++++
 src/oob.h         |   32 +++++++
 12 files changed, 702 insertions(+), 6 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


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

end of thread, other threads:[~2011-03-27 20:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 11:27 [PATCH v7 0/6] Support for out of band association mode Szymon Janc
2011-03-26 11:27 ` [PATCH v7 1/6] Add initial support for Out of Band (OOB) association model Szymon Janc
2011-03-26 11:27 ` [PATCH v7 2/6] Add support for Out of Band (OOB) association model in mgmtops Szymon Janc
2011-03-26 11:27 ` [PATCH v7 3/6] Add support for Out of Band (OOB) association model in hciops Szymon Janc
2011-03-26 11:27 ` [PATCH v7 4/6] Add D-Bus OOB plugin Szymon Janc
2011-03-26 11:27 ` [PATCH v7 5/6] Update mgmt-api.txt with OOB commands Szymon Janc
2011-03-26 11:27 ` [PATCH v7 6/6] Add oob-api.txt with documentation about OOB D-Bus methods Szymon Janc
2011-03-27 20:04 ` [PATCH v7 0/6] Support for out of band association mode Johan Hedberg

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