* [Bluez-devel] Baseband Packets
@ 2005-04-16 0:59 Bruno Abinader
2005-04-16 3:56 ` Marcel Holtmann
0 siblings, 1 reply; 6+ messages in thread
From: Bruno Abinader @ 2005-04-16 0:59 UTC (permalink / raw)
To: Bluez-devel
Hello guys, now that I know that bluez supports all types of packets,
i'm just wondering if it changes the packet type according to the
sender/receiver devices supported packets info, and if it does, if it
automatically selects the best packet type according to the
enviroment, like in a file transfer, for example, according to the BER
or other error factors. (e.g: DH5 when BER < 10^(-5), or DM1 when BER
> 10^(-2)). Thanks!
--=20
Bruno de Oliveira Abinader
GVoIP - INdT/UFAM
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] Baseband Packets
2005-04-16 0:59 [Bluez-devel] Baseband Packets Bruno Abinader
@ 2005-04-16 3:56 ` Marcel Holtmann
2005-04-18 22:33 ` Anderson Rodrigues
0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2005-04-16 3:56 UTC (permalink / raw)
To: bluez-devel
Hi Bruno,
> now that I know that bluez supports all types of packets,
> i'm just wondering if it changes the packet type according to the
> sender/receiver devices supported packets info, and if it does, if it
> automatically selects the best packet type according to the
> enviroment, like in a file transfer, for example, according to the BER
> or other error factors. (e.g: DH5 when BER < 10^(-5), or DM1 when BER
> > 10^(-2)).
this is the job of the link manager and it is part of the Bluetooth chip
and not a host stack like BlueZ.
Regards
Marcel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] Baseband Packets
2005-04-16 3:56 ` Marcel Holtmann
@ 2005-04-18 22:33 ` Anderson Rodrigues
2005-04-18 22:43 ` Marcel Holtmann
0 siblings, 1 reply; 6+ messages in thread
From: Anderson Rodrigues @ 2005-04-18 22:33 UTC (permalink / raw)
To: bluez-devel
Hi,
The spec says that: "Quality measurements in the receiver of one
device can be used to dynamically control the packet type transmitted
from the remote device for optimization of the data throughput."
The question is, is it done automatically or not? May we assume that
LM is smart enough to measure the RF channel and based on it changes
automatically the packet type ?
If not, is there any point in bluez that we can talk with LM?
Regards,
On 4/15/05, Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi Bruno,
>=20
> > now that I know that bluez supports all types of packets,
> > i'm just wondering if it changes the packet type according to the
> > sender/receiver devices supported packets info, and if it does, if it
> > automatically selects the best packet type according to the
> > enviroment, like in a file transfer, for example, according to the BER
> > or other error factors. (e.g: DH5 when BER < 10^(-5), or DM1 when BER
> > > 10^(-2)).
>=20
> this is the job of the link manager and it is part of the Bluetooth chip
> and not a host stack like BlueZ.
>=20
> Regards
>=20
> Marcel
>=20
>=20
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=3D6595&alloc_id=3D14396&op=3Dclick
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>=20
--=20
Anderson Clayton B. Rodrigues
Eng. de Software
Instituto Nokia de Tecnologia - INdT
-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] Baseband Packets
2005-04-18 22:33 ` Anderson Rodrigues
@ 2005-04-18 22:43 ` Marcel Holtmann
2005-04-18 23:34 ` Anderson Rodrigues
0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2005-04-18 22:43 UTC (permalink / raw)
To: bluez-devel
Hi Anderson,
> The spec says that: "Quality measurements in the receiver of one
> device can be used to dynamically control the packet type transmitted
> from the remote device for optimization of the data throughput."
>
> The question is, is it done automatically or not? May we assume that
> LM is smart enough to measure the RF channel and based on it changes
> automatically the packet type ?
the link manager should be smart enough, but choosing the right packet
type is a science by itself.
> If not, is there any point in bluez that we can talk with LM?
We can only limit available packet types, but this makes no sense at all
and should never be done.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] Baseband Packets
2005-04-18 22:43 ` Marcel Holtmann
@ 2005-04-18 23:34 ` Anderson Rodrigues
2005-04-18 23:55 ` Marcel Holtmann
0 siblings, 1 reply; 6+ messages in thread
From: Anderson Rodrigues @ 2005-04-18 23:34 UTC (permalink / raw)
To: bluez-devel
Marcel,
I understand your arguments. But is It possible to interact with the
LM by software? I mean, send PDUs ... Probably you have faced many
many problems in order to build Bluez, and probably you have gained a
huge experience and even you dont intend to implement it you have an
idea of how i could start of doing it for academic porposes. Any help
would be very welcome.
all the best,
On 4/18/05, Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi Anderson,
>=20
> > The spec says that: "Quality measurements in the receiver of one
> > device can be used to dynamically control the packet type transmitted
> > from the remote device for optimization of the data throughput."
> >
> > The question is, is it done automatically or not? May we assume that
> > LM is smart enough to measure the RF channel and based on it changes
> > automatically the packet type ?
>=20
> the link manager should be smart enough, but choosing the right packet
> type is a science by itself.
>=20
> > If not, is there any point in bluez that we can talk with LM?
>=20
> We can only limit available packet types, but this makes no sense at all
> and should never be done.
>=20
> Regards
>=20
> Marcel
>=20
> -------------------------------------------------------
> This SF.Net email is sponsored by: New Crystal Reports XI.
> Version 11 adds new functionality designed to reduce time involved in
> creating, integrating, and deploying reporting solutions. Free runtime in=
fo,
> new features, or free trial, at: http://www.businessobjects.com/devxi/728
> _______________________________________________
> Bluez-devel mailing list
> Bluez-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-devel
>=20
--=20
Anderson Clayton B. Rodrigues
Eng. de Software
Instituto Nokia de Tecnologia - INdT
-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [Bluez-devel] Baseband Packets
2005-04-18 23:34 ` Anderson Rodrigues
@ 2005-04-18 23:55 ` Marcel Holtmann
0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2005-04-18 23:55 UTC (permalink / raw)
To: bluez-devel
Hi Anderson,
> I understand your arguments. But is It possible to interact with the
> LM by software? I mean, send PDUs ... Probably you have faced many
> many problems in order to build Bluez, and probably you have gained a
> huge experience and even you dont intend to implement it you have an
> idea of how i could start of doing it for academic porposes. Any help
> would be very welcome.
it is not possible to interact directly with the link manager. The only
way is over HCI.
Regards
Marcel
-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-04-18 23:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-16 0:59 [Bluez-devel] Baseband Packets Bruno Abinader
2005-04-16 3:56 ` Marcel Holtmann
2005-04-18 22:33 ` Anderson Rodrigues
2005-04-18 22:43 ` Marcel Holtmann
2005-04-18 23:34 ` Anderson Rodrigues
2005-04-18 23:55 ` Marcel Holtmann
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.