linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH hcidump 1/2] L2CAP: add OBEX support
@ 2012-02-17  9:48 Luiz Augusto von Dentz
  2012-02-17  9:48 ` [PATCH hcidump 2/2] core: Add support for passing PSM as OBEX port Luiz Augusto von Dentz
  2012-02-17 11:06 ` [PATCH hcidump 1/2] L2CAP: add OBEX support Johan Hedberg
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2012-02-17  9:48 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

---
 parser/l2cap.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/parser/l2cap.c b/parser/l2cap.c
index 696456a..fba530a 100644
--- a/parser/l2cap.c
+++ b/parser/l2cap.c
@@ -1090,6 +1090,14 @@ static void l2cap_parse(int level, struct frame *frm)
 					raw_dump(level + 1, frm);
 				break;
 
+			case SDP_UUID_OBEX:
+				if (!p_filter(FILT_OBEX))
+					obex_dump(level, frm);
+				else
+					raw_dump(level + 1, frm);
+				break;
+
+
 			default:
 				if (p_filter(FILT_L2CAP))
 					break;
-- 
1.7.7.6


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

end of thread, other threads:[~2012-02-17 11:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-17  9:48 [PATCH hcidump 1/2] L2CAP: add OBEX support Luiz Augusto von Dentz
2012-02-17  9:48 ` [PATCH hcidump 2/2] core: Add support for passing PSM as OBEX port Luiz Augusto von Dentz
2012-02-17 11:06 ` [PATCH hcidump 1/2] L2CAP: add OBEX support 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).