* [Bluez-users] Broadcom chipset and reverse engineering
@ 2005-10-13 17:47 Benjamin Eikel
2005-10-13 22:53 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Eikel @ 2005-10-13 17:47 UTC (permalink / raw)
To: bluez-users
Hello,
I am using a Broadcom chipset based USB Bluetooth dongle (Belkin F8T008)
and I have a Logitech Mobile Pro Headset. Of course I am not able to use
that headset with BlueZ because the Broadcom chipset is not supported.
But it works without problems under Windows XP. I have read that the
BlueZ developers are not able to make it work with the Broadcom chipset
because they did not get any information about that chipset.
So here are my questions:
- Is it of any help if I try to log some of the USB traffic (I have
found this program for example:
http://sourceforge.net/projects/usbsnoop/) under my Windows XP system
when connecting the headset and sending audio to it?
- Is it allowed to sniff the traffic between the OS and the USB adapter
(Is reverse engineering allowed)?
Regards,
Benjamin Eikel
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
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] Broadcom chipset and reverse engineering
2005-10-13 17:47 [Bluez-users] Broadcom chipset and reverse engineering Benjamin Eikel
@ 2005-10-13 22:53 ` Marcel Holtmann
2005-10-14 11:27 ` [Bluez-users] " Benjamin Eikel
0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2005-10-13 22:53 UTC (permalink / raw)
To: bluez-users
Hi Benjamin,
> I am using a Broadcom chipset based USB Bluetooth dongle (Belkin F8T008)
> and I have a Logitech Mobile Pro Headset. Of course I am not able to use
> that headset with BlueZ because the Broadcom chipset is not supported.
> But it works without problems under Windows XP. I have read that the
> BlueZ developers are not able to make it work with the Broadcom chipset
> because they did not get any information about that chipset.
> So here are my questions:
> - Is it of any help if I try to log some of the USB traffic (I have
> found this program for example:
> http://sourceforge.net/projects/usbsnoop/) under my Windows XP system
> when connecting the headset and sending audio to it?
> - Is it allowed to sniff the traffic between the OS and the USB adapter
> (Is reverse engineering allowed)?
since they use H:2 as transport, you should start decoding the USBsnoop
dumps by yourself. And yes it is legal in Germany for interop purpose.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
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
* [Bluez-users] Re: Broadcom chipset and reverse engineering
2005-10-13 22:53 ` Marcel Holtmann
@ 2005-10-14 11:27 ` Benjamin Eikel
2005-10-14 11:56 ` Marcel Holtmann
0 siblings, 1 reply; 5+ messages in thread
From: Benjamin Eikel @ 2005-10-14 11:27 UTC (permalink / raw)
To: bluez-users
Hi again!
Marcel Holtmann <marcel <at> holtmann.org> writes:
>
> since they use H:2 as transport, you should start decoding the USBsnoop
> dumps by yourself. And yes it is legal in Germany for interop purpose.
>
Sorry, but I am new to Bluetooth development. I just searched some information
about that 'H:2' transport and found out that this 'H:2' is the USB transport
layer which is used for the physical transport of the HCI packets.
Is there any program which could decode the HCI data automatically from the USB
data or do I have to decode every package by hand (I think there are about 6000
packets [and yes, only my headset was connected; no other Bluetooth devices])?
Or perhaps there is an easier way: Is there any free tool that runs under
Windows XP (I have to use Windows because the headset only works there), which
can dump/log/sniff the HCI packets between the USB host controller and the USB
Bluetooth adapter?
Regards,
Benjamin Eikel
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
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] Re: Broadcom chipset and reverse engineering
2005-10-14 11:27 ` [Bluez-users] " Benjamin Eikel
@ 2005-10-14 11:56 ` Marcel Holtmann
2005-10-14 16:18 ` Benjamin Eikel
0 siblings, 1 reply; 5+ messages in thread
From: Marcel Holtmann @ 2005-10-14 11:56 UTC (permalink / raw)
To: bluez-users
Hi Benjamin,
> > since they use H:2 as transport, you should start decoding the USBsnoop
> > dumps by yourself. And yes it is legal in Germany for interop purpose.
> >
>
> Sorry, but I am new to Bluetooth development. I just searched some information
> about that 'H:2' transport and found out that this 'H:2' is the USB transport
> layer which is used for the physical transport of the HCI packets.
>
> Is there any program which could decode the HCI data automatically from the USB
> data or do I have to decode every package by hand (I think there are about 6000
> packets [and yes, only my headset was connected; no other Bluetooth devices])?
>
> Or perhaps there is an easier way: Is there any free tool that runs under
> Windows XP (I have to use Windows because the headset only works there), which
> can dump/log/sniff the HCI packets between the USB host controller and the USB
> Bluetooth adapter?
I always did it by hand.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
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:[~2005-10-14 16:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-13 17:47 [Bluez-users] Broadcom chipset and reverse engineering Benjamin Eikel
2005-10-13 22:53 ` Marcel Holtmann
2005-10-14 11:27 ` [Bluez-users] " Benjamin Eikel
2005-10-14 11:56 ` Marcel Holtmann
2005-10-14 16:18 ` Benjamin Eikel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.