All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] LE OOB pairing support
@ 2022-06-03 22:32 Michael Brudevold
  2022-06-03 22:32 ` [PATCH 1/3] eir: parse data types for LE OOB pairing Michael Brudevold
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Michael Brudevold @ 2022-06-03 22:32 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Michael Brudevold

From: Michael Brudevold <michael.brudevold@veranexsolutions.com>

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.

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 | 64 +++++++++++++++++++++++++++++++++++++++++++------
 src/adapter.c   |  3 ++-
 src/adapter.h   |  2 +-
 src/eir.c       | 21 ++++++++++++++++
 src/eir.h       |  4 ++++
 5 files changed, 85 insertions(+), 9 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-06-10 20:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03 22:32 [PATCH 0/3] LE OOB pairing support Michael Brudevold
2022-06-03 22:32 ` [PATCH 1/3] eir: parse data types for LE OOB pairing Michael Brudevold
2022-06-04  0:52   ` LE OOB pairing support bluez.test.bot
2022-06-03 22:32 ` [PATCH 2/3] Accept LE formatted EIR data with neard plugin Michael Brudevold
2022-06-03 22:32 ` [PATCH 3/3] neard: Update D-Bus path and interface Michael Brudevold
2022-06-10 17:52 ` [PATCH 0/3] LE OOB pairing support Mike Brudevold
2022-06-10 20:39   ` Mike Brudevold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.