public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH hcidump] Correct HCI version according to assign numbers
@ 2012-06-07 11:49 Andrei Emeltchenko
  2012-06-08  3:43 ` Marcel Holtmann
  0 siblings, 1 reply; 2+ messages in thread
From: Andrei Emeltchenko @ 2012-06-07 11:49 UTC (permalink / raw)
  To: linux-bluetooth

From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>

Bluetooth specifies assigned number for 0x05 as following:
5 - Bluetooth Core Specification 3.0 + HS
http://www.bluetooth.org/Technical/AssignedNumbers/hci.htm
---
 lib/hci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/hci.c b/lib/hci.c
index 269c021..0c1ef5e 100644
--- a/lib/hci.c
+++ b/lib/hci.c
@@ -647,7 +647,7 @@ static hci_map ver_map[] = {
 	{ "1.2",	0x02 },
 	{ "2.0",	0x03 },
 	{ "2.1",	0x04 },
-	{ "3.0",	0x05 },
+	{ "3.0 + HS",	0x05 },
 	{ "4.0",	0x06 },
 	{ NULL }
 };
-- 
1.7.9.5


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

* Re: [PATCH hcidump] Correct HCI version according to assign numbers
  2012-06-07 11:49 [PATCH hcidump] Correct HCI version according to assign numbers Andrei Emeltchenko
@ 2012-06-08  3:43 ` Marcel Holtmann
  0 siblings, 0 replies; 2+ messages in thread
From: Marcel Holtmann @ 2012-06-08  3:43 UTC (permalink / raw)
  To: Andrei Emeltchenko; +Cc: linux-bluetooth

Hi Andrei,

> Bluetooth specifies assigned number for 0x05 as following:
> 5 - Bluetooth Core Specification 3.0 + HS
> http://www.bluetooth.org/Technical/AssignedNumbers/hci.htm
> ---
>  lib/hci.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/hci.c b/lib/hci.c
> index 269c021..0c1ef5e 100644
> --- a/lib/hci.c
> +++ b/lib/hci.c
> @@ -647,7 +647,7 @@ static hci_map ver_map[] = {
>  	{ "1.2",	0x02 },
>  	{ "2.0",	0x03 },
>  	{ "2.1",	0x04 },
> -	{ "3.0",	0x05 },
> +	{ "3.0 + HS",	0x05 },
>  	{ "4.0",	0x06 },

this is not correct. Please read the Bluetooth logo requirements. There
are BT controllers that are just 3.0 (without HS) and that is valid. The
addition of + HS is only valid if you have at least on AMP controller in
the system.

Regards

Marcel



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

end of thread, other threads:[~2012-06-08  3:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-07 11:49 [PATCH hcidump] Correct HCI version according to assign numbers Andrei Emeltchenko
2012-06-08  3:43 ` Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox