linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6 v2] Bluetooth: Add 32 and 128 bit EIR UUID support
@ 2013-01-25  6:57 Johan Hedberg
  2013-01-25  6:57 ` [PATCH 1/6 v2] Bluetooth: Split UUIDs to three separate lists Johan Hedberg
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Johan Hedberg @ 2013-01-25  6:57 UTC (permalink / raw)
  To: linux-bluetooth

Hi,

Here's an update set with a fix suggestion from Lizardo for patch 4/6 as
well as a simplification to patch 1/6.

>From the original cover letter:
"
There was another set of patches from Syam to add the same functionality
but it can be accomplished in a simpler way since we only need to follow
the ordering within each group of UUIDs.

I've added test cases to mgmt-tester to verify both the complete and
partial UUID list cases (more can be added, but there are enough that
I'm confident of the correctness of these patches).
"

Johan Hedberg (6):
      Bluetooth: Split UUIDs to three separate lists
      Bluetooth: Simplify UUID16 list generation for EIR
      Bluetooth: Remove useless eir_len variable from EIR creation
      Bluetooth: Refactor UUID-16 list generation into its own function
      Bluetooth: Add support for 32-bit UUIDs in EIR data
      Bluetooth: Add support for 128-bit UUIDs in EIR data

 include/net/bluetooth/hci_core.h |    4 +++
 net/bluetooth/hci_core.c         |   14 +++++-----
 net/bluetooth/hci_sysfs.c        |    2 +-
 net/bluetooth/mgmt.c             |  203 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------
 4 files changed, 137 insertions(+), 86 deletions(-)


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

end of thread, other threads:[~2013-01-25 11:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-25  6:57 [PATCH 0/6 v2] Bluetooth: Add 32 and 128 bit EIR UUID support Johan Hedberg
2013-01-25  6:57 ` [PATCH 1/6 v2] Bluetooth: Split UUIDs to three separate lists Johan Hedberg
2013-01-25 11:40   ` Marcel Holtmann
2013-01-25  6:57 ` [PATCH 2/6 v2] Bluetooth: Simplify UUID16 list generation for EIR Johan Hedberg
2013-01-25  6:57 ` [PATCH 3/6 v2] Bluetooth: Remove useless eir_len variable from EIR creation Johan Hedberg
2013-01-25  6:57 ` [PATCH 4/6 v2] Bluetooth: Refactor UUID-16 list generation into its own function Johan Hedberg
2013-01-25  6:57 ` [PATCH 5/6 v2] Bluetooth: Add support for 32-bit UUIDs in EIR data Johan Hedberg
2013-01-25  6:57 ` [PATCH 6/6 v2] Bluetooth: Add support for 128-bit " Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).