linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jim Wyllie <jwyllie@masaka.cs.ohiou.edu>
To: bluez-devel@lists.sourceforge.net
Subject: [Bluez-devel] Protocols over Bluetooth Baseband and disabiling Retransmissions
Date: Fri, 04 Nov 2005 14:56:21 -0500	[thread overview]
Message-ID: <436BBCE5.60505@masaka.cs.ohiou.edu> (raw)

I am attempting to run an experimental protocol on top of a Bluetooth 
connection to test our theories of reliability vs. the standard 
Bluetooth retransmission scheme (mainly ARQ retransmissions).  We're 
using BlueZ on Linux 2.6.12.5 to test this.

I would like to "break" the retransmission mechanism for L2CAP Packets 
(I am forced to use Java and JSR-82 for my testing, so I'm restricted to 
L2CAP as the lowest accessible layer).  I looked through 
[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?

Also, I looked into other solutions, such as shoe-horning Broadcast 
packets to do this, but Java doesn't seem to support it.  I also 
couldn't find a Java interface for SCO/e-SCO where I could frame my own 
packets in the stream (not that that's a very good way to do it, IMHO). 
  Anyone have any $.02 that he or she would like to offer to this?

Many thanks for your help,
Jim Wyllie
IRG Lab
Ohio University


-------------------------------------------------------
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

             reply	other threads:[~2005-11-04 19:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-04 19:56 Jim Wyllie [this message]
2005-11-04 20:38 ` [Bluez-devel] Protocols over Bluetooth Baseband and disabiling Retransmissions Albert Huang
2005-11-07 12:34 ` Steven Singer

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=436BBCE5.60505@masaka.cs.ohiou.edu \
    --to=jwyllie@masaka.cs.ohiou.edu \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).