public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] Is Bluetooth 2.0 supported/implimented by bluez ?
@ 2006-11-08 22:58 Jerone Young
  2006-11-13  8:13 ` Marcel Holtmann
  2006-11-13 22:42 ` automatic_jack
  0 siblings, 2 replies; 5+ messages in thread
From: Jerone Young @ 2006-11-08 22:58 UTC (permalink / raw)
  To: bluez-users

I have been trying to transfer files from my cellphone to my computer
over bluetooth quickly. Both are bluetooth 2.0 and I noticed under
linux that they do not transfer at much slower speed then under
windows. After some investigation I have to assume that they are
transfering using bluetooth 1.2 speeds & not bluetooth 2.0 speeds. My
cell phone is a Nokia N73 & usb dongle is belkin bluetooth 2.0 class1
usb dongle. I have tried this with Ubuntu Edgy & Fedora Core 6 using
the gnome file sharing applet on the computer to get the files.

After reading the source code I see the the VHCI is has a decleration
"define VERSION 1.2". Looking at the kernel code & bluez tools it does
not look like bluetooth 2.0 is supported. But I can't find a
definative answer anywhere.  Does anyone have any idea ?

Here is info on my bluetooth dongle:
hci0:   Type: USB
        BD Address: 00:0A:3A:6F:82:85 ACL MTU: 1017:8 SCO MTU: 64:8
        Features: 0xff 0xff 0x8d 0xfe 0x9b 0xfd 0x00 0x80
                <3-slot packets> <5-slot packets> <encryption> <slot offset>
                <timing accuracy> <role switch> <hold mode> <sniff mode>
                <park state> <RSSI> <channel quality> <SCO link> <HV2 packets>
                <HV3 packets> <u-law log> <A-law log> <CVSD> <power control>
                <transparent SCO> <broadcast encrypt> <EDR ACL 2 Mbps>
                <EDR ACL 3 Mbps> <enhanced iscan> <interlaced iscan>
                <interlaced pscan> <inquiry with RSSI> <extended SCO>
                <EV4 packets> <EV5 packets> <AFH cap. slave>
                <AFH class. slave> <3-slot EDR ACL> <5-slot EDR ACL>
                <pause encryption> <AFH cap. master> <AFH class. master>
                <EDR eSCO 2 Mbps> <EDR eSCO 3 Mbps> <3-slot EDR eSCO>
                <extended features>
        HCI Ver: 2.0 (0x3) HCI Rev: 0x2000 LMP Ver: 2.0 (0x3) LMP Subver: 0x415c
        Manufacturer: Broadcom Corporation (15)
        Firmware 0.65 / 92

I also went out and got a Bluetake 700sx and still do not get 2.0
speeds..what is going on. It looks like Bluez does not have Bluetooth
2.0 implimented.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Is Bluetooth 2.0 supported/implimented by bluez ?
  2006-11-08 22:58 [Bluez-users] Is Bluetooth 2.0 supported/implimented by bluez ? Jerone Young
@ 2006-11-13  8:13 ` Marcel Holtmann
  2006-11-13 22:42 ` automatic_jack
  1 sibling, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2006-11-13  8:13 UTC (permalink / raw)
  To: BlueZ users

Hi Jerone,

> I have been trying to transfer files from my cellphone to my computer
> over bluetooth quickly. Both are bluetooth 2.0 and I noticed under
> linux that they do not transfer at much slower speed then under
> windows. After some investigation I have to assume that they are
> transfering using bluetooth 1.2 speeds & not bluetooth 2.0 speeds. My
> cell phone is a Nokia N73 & usb dongle is belkin bluetooth 2.0 class1
> usb dongle. I have tried this with Ubuntu Edgy & Fedora Core 6 using
> the gnome file sharing applet on the computer to get the files.
> 
> After reading the source code I see the the VHCI is has a decleration
> "define VERSION 1.2". Looking at the kernel code & bluez tools it does
> not look like bluetooth 2.0 is supported. But I can't find a
> definative answer anywhere.  Does anyone have any idea ?
> 
> Here is info on my bluetooth dongle:
> hci0:   Type: USB
>         BD Address: 00:0A:3A:6F:82:85 ACL MTU: 1017:8 SCO MTU: 64:8
>         Features: 0xff 0xff 0x8d 0xfe 0x9b 0xfd 0x00 0x80
>                 <3-slot packets> <5-slot packets> <encryption> <slot offset>
>                 <timing accuracy> <role switch> <hold mode> <sniff mode>
>                 <park state> <RSSI> <channel quality> <SCO link> <HV2 packets>
>                 <HV3 packets> <u-law log> <A-law log> <CVSD> <power control>
>                 <transparent SCO> <broadcast encrypt> <EDR ACL 2 Mbps>
>                 <EDR ACL 3 Mbps> <enhanced iscan> <interlaced iscan>
>                 <interlaced pscan> <inquiry with RSSI> <extended SCO>
>                 <EV4 packets> <EV5 packets> <AFH cap. slave>
>                 <AFH class. slave> <3-slot EDR ACL> <5-slot EDR ACL>
>                 <pause encryption> <AFH cap. master> <AFH class. master>
>                 <EDR eSCO 2 Mbps> <EDR eSCO 3 Mbps> <3-slot EDR eSCO>
>                 <extended features>
>         HCI Ver: 2.0 (0x3) HCI Rev: 0x2000 LMP Ver: 2.0 (0x3) LMP Subver: 0x415c
>         Manufacturer: Broadcom Corporation (15)
>         Firmware 0.65 / 92
> 
> I also went out and got a Bluetake 700sx and still do not get 2.0
> speeds..what is going on. It looks like Bluez does not have Bluetooth
> 2.0 implimented.

both sides has to support EDR packets to achieve Bluetooth 2.0 speed and
BlueZ fully supports EDR and will use it whenever possible.

Regards

Marcel



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Is Bluetooth 2.0 supported/implimented by bluez ?
  2006-11-08 22:58 [Bluez-users] Is Bluetooth 2.0 supported/implimented by bluez ? Jerone Young
  2006-11-13  8:13 ` Marcel Holtmann
@ 2006-11-13 22:42 ` automatic_jack
  2006-11-13 23:36   ` Jerone Young
  1 sibling, 1 reply; 5+ messages in thread
From: automatic_jack @ 2006-11-13 22:42 UTC (permalink / raw)
  To: bluez-users

On Wed, 8 Nov 2006 16:58:14 -0600
"Jerone Young" <jerone@gmail.com> wrote:

> I also went out and got a Bluetake 700sx and still do not get 2.0
> speeds

Have you a Bluetake BT007SX? If yes, can you post some info on it,
please? I should like to buy one...

Thanks :)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Is Bluetooth 2.0 supported/implimented by bluez ?
  2006-11-13 22:42 ` automatic_jack
@ 2006-11-13 23:36   ` Jerone Young
  2006-11-13 23:51     ` automatic_jack
  0 siblings, 1 reply; 5+ messages in thread
From: Jerone Young @ 2006-11-13 23:36 UTC (permalink / raw)
  To: BlueZ users

Sure, here is info for the Bluetake BT700SX:

hci1:   Type: USB
        BD Address: 00:08:F4:20:78:01 ACL MTU: 384:8 SCO MTU: 64:8
        Features: 0xff 0xff 0x8f 0xfe 0x9b 0xf9 0x00 0x80
                <3-slot packets> <5-slot packets> <encryption> <slot offset>
                <timing accuracy> <role switch> <hold mode> <sniff mode>
                <park state> <RSSI> <channel quality> <SCO link> <HV2 packets>
                <HV3 packets> <u-law log> <A-law log> <CVSD> <paging scheme>
                <power control> <transparent SCO> <broadcast encrypt>
                <EDR ACL 2 Mbps> <EDR ACL 3 Mbps> <enhanced iscan>
                <interlaced iscan> <interlaced pscan> <inquiry with RSSI>
                <extended SCO> <EV4 packets> <EV5 packets> <AFH cap. slave>
                <AFH class. slave> <3-slot EDR ACL> <5-slot EDR ACL>
                <AFH cap. master> <AFH class. master> <EDR eSCO 2 Mbps>
                <EDR eSCO 3 Mbps> <3-slot EDR eSCO> <extended features>
        HCI 19.2
        Chip version: BlueCore4-ROM
        Max key size: 128 bit
        SCO mapping:  HCI
        HCI Ver: 2.0 (0x3) HCI Rev: 0x7a6 LMP Ver: 2.0 (0x3) LMP Subver: 0x7a6
        Manufacturer: Cambridge Silicon Radio (10)

On 11/13/06, automatic_jack <automatic_jack@katamail.com> wrote:
> On Wed, 8 Nov 2006 16:58:14 -0600
> "Jerone Young" <jerone@gmail.com> wrote:
>
> > I also went out and got a Bluetake 700sx and still do not get 2.0
> > speeds
>
> Have you a Bluetake BT007SX? If yes, can you post some info on it,
> please? I should like to buy one...
>
> Thanks :)
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Bluez-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
>

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] Is Bluetooth 2.0 supported/implimented by bluez ?
  2006-11-13 23:36   ` Jerone Young
@ 2006-11-13 23:51     ` automatic_jack
  0 siblings, 0 replies; 5+ messages in thread
From: automatic_jack @ 2006-11-13 23:51 UTC (permalink / raw)
  To: bluez-users

On Mon, 13 Nov 2006 17:36:58 -0600
"Jerone Young" <jerone@gmail.com> wrote:

> Sure, here is info for the Bluetake BT700SX:

Great! Thanks a lot :)

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

end of thread, other threads:[~2006-11-13 23:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-08 22:58 [Bluez-users] Is Bluetooth 2.0 supported/implimented by bluez ? Jerone Young
2006-11-13  8:13 ` Marcel Holtmann
2006-11-13 22:42 ` automatic_jack
2006-11-13 23:36   ` Jerone Young
2006-11-13 23:51     ` automatic_jack

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