No vital changes since v5. Only rebase to cleanly apply on latest master and updated mgmt commands codes to match mgmt OOB v5 patches. 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 | 241 +++++++++++++++++++++++++++++++++++++++++++++++++++++ plugins/hciops.c | 143 ++++++++++++++++++++++++++++++- plugins/mgmtops.c | 127 ++++++++++++++++++++++++++++ src/adapter.c | 18 ++++ src/adapter.h | 12 +++ src/oob.c | 43 ++++++++++ src/oob.h | 30 +++++++ 12 files changed, 708 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 -- 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