From: Steven Singer <steven.singer@csr.com>
To: bluez-devel@lists.sourceforge.net
Subject: Re: [Bluez-devel] Protocols over Bluetooth Baseband and disabiling Retransmissions
Date: Mon, 07 Nov 2005 12:34:03 +0000 [thread overview]
Message-ID: <436F49BB.4060200@csr.com> (raw)
In-Reply-To: <436BBCE5.60505@masaka.cs.ohiou.edu>
Jim Wyllie wrote:
> [include/]net/bluetooth/l2cap.[hc] and the Bluetooth spec, and I could
> easily set the default flush_to to 0x0001 (.625 milliseconds should be
> effectively 0, and with no packet to retransmit, it should timeout the
> retransmission). Am I on the right track, and would just changing all
> flush_to assignments to 0x0001 (including the default) work like I think
> it would? If I'm not on the right track, could someone point me to a
> good way to achieve this?
With BT 1.2 devices this probably won't do what you want. In 1.2, the
flush timeout starts at the point at which the packet is received over
the host transport. A 625 us timeout will probably expire before the
packet makes it as far as the radio.
A 1.1 device might do the right thing as the timeout starts at the
point at which the packet is first sent on the radio.
Note, however, that the flush timeout applies to all the packets on a
given ACL handle, not just to a single L2CAP CID. This means that the
L2CAP signalling is affected by the flush timeout. This is usually
highly undersirable.
You may have to switch to the HCI interface to get the level of
control you want which means JSR-82 probably won't be sufficient.
- Steven
--
This message has been scanned for viruses by BlackSpider MailControl - www.blackspider.com
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
prev parent reply other threads:[~2005-11-07 12:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-04 19:56 [Bluez-devel] Protocols over Bluetooth Baseband and disabiling Retransmissions Jim Wyllie
2005-11-04 20:38 ` Albert Huang
2005-11-07 12:34 ` Steven Singer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=436F49BB.4060200@csr.com \
--to=steven.singer@csr.com \
--cc=bluez-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.