* [PATCH hcidump] Fix for parsing of SSP debug mode command.
@ 2012-03-19 16:56 james.steele
2012-03-27 11:29 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: james.steele @ 2012-03-19 16:56 UTC (permalink / raw)
To: linux-bluetooth; +Cc: james.steele
From: James Steele <james.steele@accenture.com>
---
lib/hci.h | 2 +-
parser/hci.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/hci.h b/lib/hci.h
index b68dbc2..1765655 100644
--- a/lib/hci.h
+++ b/lib/hci.h
@@ -1419,7 +1419,7 @@ typedef struct {
#define WRITE_REMOTE_AMP_ASSOC_RP_SIZE 2
/* Testing commands */
-#define OGF_TESTING_CMD 0x3e
+#define OGF_TESTING_CMD 0x06
#define OCF_READ_LOOPBACK_MODE 0x0001
diff --git a/parser/hci.c b/parser/hci.c
index e459e9e..7b7682a 100644
--- a/parser/hci.c
+++ b/parser/hci.c
@@ -373,7 +373,7 @@ static char *cmd_testing_str[CMD_TESTING_NUM + 1] = {
"Read Loopback Mode",
"Write Loopback Mode",
"Enable Device Under Test mode",
- "Unknown",
+ "Write Simple Pairing Debug Mode",
};
#define CMD_LE_NUM 31
--
1.7.0.4
________________________________
Subject to local law, communications with Accenture and its affiliates including telephone calls and emails (including content), may be monitored by our systems for the purposes of security and the assessment of internal compliance with Accenture policy.
______________________________________________________________________________________
www.accenture.com
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH hcidump] Fix for parsing of SSP debug mode command.
2012-03-19 16:56 [PATCH hcidump] Fix for parsing of SSP debug mode command james.steele
@ 2012-03-27 11:29 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2012-03-27 11:29 UTC (permalink / raw)
To: james.steele; +Cc: linux-bluetooth
Hi James,
On Mon, Mar 19, 2012, james.steele@accenture.com wrote:
> From: James Steele <james.steele@accenture.com>
>
> ---
> lib/hci.h | 2 +-
> parser/hci.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/hci.h b/lib/hci.h
> index b68dbc2..1765655 100644
> --- a/lib/hci.h
> +++ b/lib/hci.h
> @@ -1419,7 +1419,7 @@ typedef struct {
> #define WRITE_REMOTE_AMP_ASSOC_RP_SIZE 2
>
> /* Testing commands */
> -#define OGF_TESTING_CMD 0x3e
> +#define OGF_TESTING_CMD 0x06
>
> #define OCF_READ_LOOPBACK_MODE 0x0001
>
Could you send this lib/hci.h change as a separate patch since it needs
to be applied to bluez.git first before going into bluez-hcidump.git.
Thanks.
Johan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-27 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 16:56 [PATCH hcidump] Fix for parsing of SSP debug mode command james.steele
2012-03-27 11:29 ` 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).