public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Jean Tourrilhes <jt@bougret.hpl.hp.com>
To: BlueZ mailing list <bluez-devel@lists.sourceforge.net>
Subject: [Bluez-devel] Re: inquiry scan mode and page scan mode questions
Date: Tue, 22 Jun 2004 10:18:57 -0700	[thread overview]
Message-ID: <20040622171857.GA8829@bougret.hpl.hp.com> (raw)

Albert Huang wrote :
> 
> My immediate goal is to understand why 10.24 s is the recommended
> duration for an inquiry, and to see if it's possible to decrease the
> average time to discover a bluetooth device.

	Ha, ha ! Inquiry is one of the greatest pain of
BlueTooth. Everybody wants to decrease this time, but unfortunately
there is not much wiggle room.
	One of the idea is that if you do periodic inquiry, it would
be nice to do shorter Inquiry more often so as not to degrade your
latency. Not possible.

	I don't want to go into details, but just to give you general
pointers.
	The killer is the backoff, in 10.7.4 it specifies that the
node doing Inquiry scan has to wait between 0 and 1023 slots before
sending an Inquiry response.
	Then, you have interference, collision, time shift and all
kind of nastiness over the channel. If the Inquiry and Inquiry scan
happen to be on the same frequency at the same time, it's not
guaranteed to go through.

	In practical term, a one-shot Inquiry need to be 6.4 s to have
a good probability of detection at close range. If you do periodic
Inquiry, you can go down to 3.84 s, but expect a few periods before
the node is discovered. Those are from one of my unpublished paper.

	Have fun...

	Jean



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel

                 reply	other threads:[~2004-06-22 17:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20040622171857.GA8829@bougret.hpl.hp.com \
    --to=jt@bougret.hpl.hp.com \
    --cc=bluez-devel@lists.sourceforge.net \
    --cc=jt@hpl.hp.com \
    /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