From: Michael Brudevold <michael.brudevold@xxxxxxxxxxxxxxxxxxxx> This patch series implements userspace support for LE OOB pairing. It was tested against an nRF52 dev kit with Nordic's NFC pairing example. Support is only for reading a tag; generating and sending back OOB information was not implemented. Overall, LE EIR data is not dissimilar to BREDR, but the OOB blob starts off slightly differently necessitating a different code path before reaching the EIR parser. Existing BREDR support was only for P-192 and that remains unchanged, though enough structure was added for P-256 support for LE. This was the change from the original patch series, where only the P-192 path existed. Michael Brudevold (3): eir: parse data types for LE OOB pairing Accept LE formatted EIR data with neard plugin neard: Update D-Bus path and interface plugins/neard.c | 94 +++++++++++++++++++++++++++++++++++++++---------- src/adapter.c | 19 +++++++--- src/adapter.h | 5 +-- src/eir.c | 41 +++++++++++++++++---- src/eir.h | 10 ++++-- 5 files changed, 135 insertions(+), 34 deletions(-) -- 2.25.1