linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 hcidump 0/5] Add BT 3.0+HS parsing
@ 2011-11-03  0:56 Peter Krystad
  2011-11-03  0:56 ` [PATCH v2 hcidump 1/5] Add L2CAP Create/Move channel definitions Peter Krystad
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Peter Krystad @ 2011-11-03  0:56 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Peter Krystad

This patch adds parsing and display of BT 3.0+HS signaling

v2 - updates to match revised a2mp.h from bluez

Peter Krystad (5):
  Add L2CAP Create/Move channel definitions
  Add A2MP definitions
  Add parsing of L2CAP Create/Move Channel signals
  Add parsing of A2MP signals
  Minor cleanup of indentation in output

 lib/a2mp.h      |  137 +++++++++++++++
 lib/l2cap.h     |   44 +++++
 parser/hci.c    |   15 +-
 parser/l2cap.c  |  495 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 parser/parser.h |    1 +
 src/hcidump.c   |    1 +
 6 files changed, 688 insertions(+), 5 deletions(-)
 create mode 100644 lib/a2mp.h

-- 
1.7.7

--
Peter Krystad
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum

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

end of thread, other threads:[~2011-12-08  8:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-03  0:56 [PATCH v2 hcidump 0/5] Add BT 3.0+HS parsing Peter Krystad
2011-11-03  0:56 ` [PATCH v2 hcidump 1/5] Add L2CAP Create/Move channel definitions Peter Krystad
2011-11-03  0:56 ` [PATCH v2 hcidump 2/5] Add A2MP definitions Peter Krystad
2011-11-03  0:56 ` [PATCH v2 hcidump 3/5] Add parsing of L2CAP Create/Move Channel signals Peter Krystad
2011-11-03  0:56 ` [PATCH v2 hcidump 4/5] Add parsing of A2MP signals Peter Krystad
2011-11-11 14:24   ` Andrei Emeltchenko
2011-11-03  0:56 ` [PATCH v2 hcidump 5/5] Minor cleanup of indentation in output Peter Krystad
2011-11-11 14:28 ` [PATCH v2 hcidump 0/5] Add BT 3.0+HS parsing Andrei Emeltchenko
2011-12-08  8:38 ` Andrei Emeltchenko

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).