Hello, New version with some bugfixes/improvements and small changes in DBus API. New feature is support for approval for incoming OOB pairing request. Comments are welcome. This email was sent on behalf of ST-Ericsson SA. Szymon Janc (7): Add support for Out of Band (OOB) association model. Add DBus OOB plugin. Add DBus OOB API documentation. Add simple-oobprovider for testing. Add approval request for incoming pairing requests with OOB mechanism Update DBus OOB API with RequestApproval method. simple-agent - add RequestApproval method for OOB pairing Makefile.am | 10 +- acinclude.m4 | 6 + doc/oob-api.txt | 75 ++++++++++ lib/hci.h | 3 + plugins/dbusoob.c | 353 +++++++++++++++++++++++++++++++++++++++++++++++ plugins/hciops.c | 96 +++++++++++-- src/adapter.c | 14 ++- src/adapter.h | 6 + src/agent.c | 59 ++++++++- src/agent.h | 3 + src/device.c | 98 +++++++++++++ src/device.h | 13 ++ src/event.c | 116 +++++++++++++--- src/event.h | 4 +- src/oob.c | 61 ++++++++ src/oob.h | 47 +++++++ test/simple-agent | 10 ++ test/simple-oobprovider | 61 ++++++++ 18 files changed, 997 insertions(+), 38 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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html