public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] HCIDump Usage
@ 2005-03-29 15:07 Anderson Rodrigues
  2005-03-29 15:17 ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Anderson Rodrigues @ 2005-03-29 15:07 UTC (permalink / raw)
  To: bluez-users

Hi folks,


I am really newbie on using HCIDump and I would like to know if it is
possible that i could use to extract information like:
1) package losses
2) package errors

Forgive me if this message is a little out of topic.

Regards

-- 
Anderson Clayton B. Rodrigues
Eng. de Software
Instituto Nokia de Tecnologia - INdT


-------------------------------------------------------
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-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] HCIDump Usage
  2005-03-29 15:07 [Bluez-users] HCIDump Usage Anderson Rodrigues
@ 2005-03-29 15:17 ` Marcel Holtmann
  2005-03-29 18:33   ` Anderson Rodrigues
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2005-03-29 15:17 UTC (permalink / raw)
  To: BlueZ Mailing List

Hi Anderson,

> I am really newbie on using HCIDump and I would like to know if it is
> possible that i could use to extract information like:
> 1) package losses
> 2) package errors
> 
> Forgive me if this message is a little out of topic.

the answer is a simple no, because the underlaying ACL link is reliable.

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-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] HCIDump Usage
  2005-03-29 15:17 ` Marcel Holtmann
@ 2005-03-29 18:33   ` Anderson Rodrigues
  2005-03-29 18:41     ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Anderson Rodrigues @ 2005-03-29 18:33 UTC (permalink / raw)
  To: bluez-users

Hi Marcel,


Well, I know that the standard has many error handlers between the
layers, but of course error might occurr and I am really insterested
to log when they happen. would you suggest a way that i could log them
?

My interest on it is only for academic reasons.


Thanks for any help


On Tue, 29 Mar 2005 17:17:32 +0200, Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi Anderson,
> 
> > I am really newbie on using HCIDump and I would like to know if it is
> > possible that i could use to extract information like:
> > 1) package losses
> > 2) package errors
> >
> > Forgive me if this message is a little out of topic.
> 
> the answer is a simple no, because the underlaying ACL link is reliable.
> 
> 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-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
> 


-- 
Anderson Clayton B. Rodrigues
Eng. de Software
Instituto Nokia de Tecnologia - INdT


-------------------------------------------------------
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-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] HCIDump Usage
  2005-03-29 18:33   ` Anderson Rodrigues
@ 2005-03-29 18:41     ` Marcel Holtmann
  2005-03-29 18:50       ` Anderson Rodrigues
  0 siblings, 1 reply; 6+ messages in thread
From: Marcel Holtmann @ 2005-03-29 18:41 UTC (permalink / raw)
  To: BlueZ Mailing List

Hi Anderson,

> Well, I know that the standard has many error handlers between the
> layers, but of course error might occurr and I am really insterested
> to log when they happen. would you suggest a way that i could log them

the hcidump can't log radio, baseband or link manager layers. It is HCI
and higher and thus you normally don't see any errors there.

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-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] HCIDump Usage
  2005-03-29 18:41     ` Marcel Holtmann
@ 2005-03-29 18:50       ` Anderson Rodrigues
  2005-03-29 19:13         ` Marcel Holtmann
  0 siblings, 1 reply; 6+ messages in thread
From: Anderson Rodrigues @ 2005-03-29 18:50 UTC (permalink / raw)
  To: bluez-users

Marcel,


I understand. But, does the stack offer me a way to catch data from
the lower layers ? In case that I would like to improve HCIDump with
such capability.


On Tue, 29 Mar 2005 20:41:19 +0200, Marcel Holtmann <marcel@holtmann.org> wrote:
> Hi Anderson,
> 
> > Well, I know that the standard has many error handlers between the
> > layers, but of course error might occurr and I am really insterested
> > to log when they happen. would you suggest a way that i could log them
> 
> the hcidump can't log radio, baseband or link manager layers. It is HCI
> and higher and thus you normally don't see any errors there.
> 
> 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-users mailing list
> Bluez-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bluez-users
> 


-- 
Anderson Clayton B. Rodrigues
Eng. de Software
Instituto Nokia de Tecnologia - INdT


-------------------------------------------------------
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-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

* Re: [Bluez-users] HCIDump Usage
  2005-03-29 18:50       ` Anderson Rodrigues
@ 2005-03-29 19:13         ` Marcel Holtmann
  0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2005-03-29 19:13 UTC (permalink / raw)
  To: BlueZ Mailing List

Hi Anderson,

> I understand. But, does the stack offer me a way to catch data from
> the lower layers ? In case that I would like to improve HCIDump with
> such capability.

the answer to this is another no.

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-users mailing list
Bluez-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-users

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

end of thread, other threads:[~2005-03-29 19:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-29 15:07 [Bluez-users] HCIDump Usage Anderson Rodrigues
2005-03-29 15:17 ` Marcel Holtmann
2005-03-29 18:33   ` Anderson Rodrigues
2005-03-29 18:41     ` Marcel Holtmann
2005-03-29 18:50       ` Anderson Rodrigues
2005-03-29 19:13         ` Marcel Holtmann

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