* [PATCH hcidump] Add support for parsing SRM headers
@ 2011-08-10 18:45 Syam Sidhardhan
2011-08-12 8:03 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Syam Sidhardhan @ 2011-08-10 18:45 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Syam Sidhardhan
---
parser/obex.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/parser/obex.c b/parser/obex.c
index ede6748..d745d89 100644
--- a/parser/obex.c
+++ b/parser/obex.c
@@ -187,6 +187,10 @@ static char *hi2str(uint8_t hi)
return "DestName";
case 0x16:
return "Permission";
+ case 0x17:
+ return "Single Response Mode";
+ case 0x18:
+ return "Single Response Mode Parameter";
default:
return "Unknown";
}
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH hcidump] Add support for parsing SRM headers
2011-08-10 18:45 [PATCH hcidump] Add support for parsing SRM headers Syam Sidhardhan
@ 2011-08-12 8:03 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2011-08-12 8:03 UTC (permalink / raw)
To: Syam Sidhardhan; +Cc: linux-bluetooth
Hi Syam,
On Thu, Aug 11, 2011, Syam Sidhardhan wrote:
> ---
> parser/obex.c | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
Applied after fixing "Parameter" to "Parameters" to be consistent with
the OBEX spec. Thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-12 8:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-10 18:45 [PATCH hcidump] Add support for parsing SRM headers Syam Sidhardhan
2011-08-12 8:03 ` 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).