All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add parsing of BT 3.0+HS signalling
@ 2011-10-21 23:29 Peter Krystad
  2011-10-21 23:29 ` [PATCH 1/4] Add parsing of L2CAP Create/Move Channel signals Peter Krystad
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Peter Krystad @ 2011-10-21 23:29 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: andrei.emeltchenko, Peter Krystad

This patchset adds parsing and display of BT 3.0+HS signalling

Peter Krystad (4):
  Add parsing of L2CAP Create/Move Channel signals
  Add parsing of A2MP signals
  Add parsing of L2CAP Fixed Channel list
  Minor cleanup of indentation in output

 lib/amp.h       |  133 +++++++++++++++
 lib/l2cap.h     |   50 ++++++
 parser/hci.c    |   15 +-
 parser/l2cap.c  |  498 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 parser/parser.h |    1 +
 src/hcidump.c   |    1 +
 6 files changed, 693 insertions(+), 5 deletions(-)
 create mode 100644 lib/amp.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] 10+ messages in thread

end of thread, other threads:[~2011-10-26 18:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-21 23:29 [PATCH 0/4] Add parsing of BT 3.0+HS signalling Peter Krystad
2011-10-21 23:29 ` [PATCH 1/4] Add parsing of L2CAP Create/Move Channel signals Peter Krystad
2011-10-22  7:21   ` Marcel Holtmann
2011-10-21 23:30 ` [PATCH 2/4] Add parsing of A2MP signals Peter Krystad
2011-10-24  7:34   ` Andrei Emeltchenko
2011-10-26 13:33   ` Andrei Emeltchenko
2011-10-26 18:49     ` Peter Krystad
2011-10-21 23:30 ` [PATCH 3/4] Add parsing of L2CAP Fixed Channel list Peter Krystad
2011-10-24  7:51   ` Andrei Emeltchenko
2011-10-21 23:30 ` [PATCH 4/4] Minor cleanup of indentation in output Peter Krystad

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.