All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/5] Add parsing of BT 3.0+HS signals
@ 2012-03-06  0:35 Peter Krystad
  2012-03-06  0:35 ` [PATCH v5 1/5] lib: Add A2MP definitions Peter Krystad
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Peter Krystad @ 2012-03-06  0:35 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: johan.hedberg, Peter Krystad

v5 - put Makefile.am change into separate commit

Peter Krystad (5):
  lib: Add A2MP definitions
  Add a2mp.h to library_sources
  Add parsing of L2CAP Create/Move Channel signals
  Add parsing of A2MP signals
  Minor indentation cleanup and fix display of physical link key

 Makefile.am     |    2 +-
 lib/a2mp.h      |  115 ++++++++++++++
 parser/hci.c    |   15 ++-
 parser/l2cap.c  |  450 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 parser/parser.h |    1 +
 src/hcidump.c   |    1 +
 6 files changed, 578 insertions(+), 6 deletions(-)

-- 
1.7.4.1

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

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH v5 0/5] Add parsing of BT 3.0+HS signals
@ 2012-03-06  0:14 Peter Krystad
  2012-03-06  0:14 ` [PATCH v5 1/5] lib: Add A2MP definitions Peter Krystad
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Krystad @ 2012-03-06  0:14 UTC (permalink / raw)
  To: johan.hedberg, linux-arm-msm; +Cc: Peter Krystad

v5 - put Makefile.am change into separate commit

Peter Krystad (5):
  lib: Add A2MP definitions
  Add a2mp.h to library_sources
  Add parsing of L2CAP Create/Move Channel signals
  Add parsing of A2MP signals
  Minor indentation cleanup and fix display of physical link key

 Makefile.am     |    2 +-
 lib/a2mp.h      |  115 ++++++++++++++
 parser/hci.c    |   15 ++-
 parser/l2cap.c  |  450 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 parser/parser.h |    1 +
 src/hcidump.c   |    1 +
 6 files changed, 578 insertions(+), 6 deletions(-)

-- 
1.7.4.1

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

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

end of thread, other threads:[~2012-03-06  0:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-06  0:35 [PATCH v5 0/5] Add parsing of BT 3.0+HS signals Peter Krystad
2012-03-06  0:35 ` [PATCH v5 1/5] lib: Add A2MP definitions Peter Krystad
2012-03-06  0:35 ` [PATCH v5 2/5] Add a2mp.h to library_sources Peter Krystad
2012-03-06  0:35 ` [PATCH v5 3/5] Add parsing of L2CAP Create/Move Channel signals Peter Krystad
2012-03-06  0:35 ` [PATCH v5 4/5] Add parsing of A2MP signals Peter Krystad
2012-03-06  0:35 ` [PATCH v5 5/5] Minor indentation cleanup and fix display of physical link key Peter Krystad
2012-03-06  0:44 ` [PATCH v5 0/5] Add parsing of BT 3.0+HS signals Johan Hedberg
  -- strict thread matches above, loose matches on Subject: below --
2012-03-06  0:14 Peter Krystad
2012-03-06  0:14 ` [PATCH v5 1/5] lib: Add A2MP definitions 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.