* [Bluez-devel] Parameters of the Bluetooth standard in BlueZ...
@ 2004-02-27 10:32 Jers
2004-02-27 11:45 ` Marcel Holtmann
2004-02-27 11:58 ` Steven Singer
0 siblings, 2 replies; 4+ messages in thread
From: Jers @ 2004-02-27 10:32 UTC (permalink / raw)
To: bluez-devel
[-- Attachment #1: Type: text/plain, Size: 1181 bytes --]
Dear all,
I'm not a developer but I need your help!
At the moment I'm carrying out a study about Bluetooth standard. In this study I modified some parameters of Inquiry and Inquiry Scan procedures. Now I want to test my analytical results by real experiments. I'd like to evaluate the discovery performances of two bluetooth devices, changing:
- in Inquiry Scan procedure:
o Time spent in Rx (>=16*Tslot, according to the standard)
o The period between two consecutive inquiry scan (<2.56 sec, according to the standard)
- in Inquiry procedure:
o The period between the transmission of two consecutive packets (According the standard: 244.5 msec, after odd packets; 869.5 msec, after even packets)
o Number of repetitions of frequencies trains.
- in both procedures:
o number of employed hops
I suppose I can set these parameters by BlueZ, so I looked for lines that manage them in all BlueZ files but I didn't find.
Can I change these parameters in BlueZ?
If I can, which file(s) and functions do I have to modify?
Thanks in advance.
Best regards.
Jers
[-- Attachment #2: Type: text/html, Size: 6679 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [Bluez-devel] Parameters of the Bluetooth standard in BlueZ...
@ 2004-02-27 10:38 Halam Rose
0 siblings, 0 replies; 4+ messages in thread
From: Halam Rose @ 2004-02-27 10:38 UTC (permalink / raw)
To: Jers, bluez-devel
[-- Attachment #1: Type: text/plain, Size: 3032 bytes --]
It may be an idea to look at the Bluetooth 1.2 procedures as they speed up connections.
Halam
-----Original Message-----
From: Jers [mailto:jers@inwind.it]
Sent: 27 February 2004 10:32
To: bluez-devel@lists.sourceforge.net
Subject: [Bluez-devel] Parameters of the Bluetooth standard in BlueZ...
Dear all,
I'm not a developer but I need your help!
At the moment I'm carrying out a study about Bluetooth standard. In this study I modified some parameters of Inquiry and Inquiry Scan procedures. Now I want to test my analytical results by real experiments. I'd like to evaluate the discovery performances of two bluetooth devices, changing:
- in Inquiry Scan procedure:
o Time spent in Rx (>=16*Tslot, according to the standard)
o The period between two consecutive inquiry scan (<2.56 sec, according to the standard)
- in Inquiry procedure:
o The period between the transmission of two consecutive packets (According the standard: 244.5 msec, after odd packets; 869.5 msec, after even packets)
o Number of repetitions of frequencies trains.
- in both procedures:
o number of employed hops
I suppose I can set these parameters by BlueZ, so I looked for lines that manage them in all BlueZ files but I didn't find.
Can I change these parameters in BlueZ?
If I can, which file(s) and functions do I have to modify?
Thanks in advance.
Best regards.
Jers
Halam Rose
Bluetooth Specialist
Tel: +44 (0)1763 262524
Fax: +44 (0)1763 261177
Halam.Rose@7layers-uk.com
http://www.7layers-uk.com
Meet 7 layers
3GSM World Congress
23-27 February 2004
Cannes, France.
Booth B 28 Hall 1.
--------------------------------------------------------------------------------------------------------------------------------------------------
This communication is from 7 Layers UK Ltd., Melbourn Science Park, Cambridge Road, Melbourn, Hertfordshire SG8 6HB, England.
This email (including any attachments) is intended only for Jers, bluez-devel@lists.sourceforge.net. It may contain confidential or privileged
information. If you are not the intended recipient, please do not read, distribute, copy or otherwise use this communication or
the information in it. Any views or opinions expressed in this email may be solely those of the author and are not necessarily
those of 7 Layers UK Ltd. WARNING: Although 7 Layers UK Ltd have taken all reasonable precautions to ensure that viruses
are not present in this email, the company can accept no responsibility for any loss of data arising from the use of this email
or its attachments. If you have received this communication in error, please notify us by email (postmaster@7layers-UK.com)
or by telephone +44 (0) 1763 262524 and then delete the email and any copies of it.
--------------------------------------------------------------------------------------------------------------------------------------------------
[-- Attachment #2: Type: text/html, Size: 12402 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] Parameters of the Bluetooth standard in BlueZ...
2004-02-27 10:32 [Bluez-devel] Parameters of the Bluetooth standard in BlueZ Jers
@ 2004-02-27 11:45 ` Marcel Holtmann
2004-02-27 11:58 ` Steven Singer
1 sibling, 0 replies; 4+ messages in thread
From: Marcel Holtmann @ 2004-02-27 11:45 UTC (permalink / raw)
To: Jers; +Cc: BlueZ Mailing List
Hi Jers,
> At the moment I=A2m carrying out a study about Bluetooth standard. In
> this study I modified some parameters of Inquiry and Inquiry Scan
> procedures. Now I want to test my analytical results by real
> experiments. I=A2d like to evaluate the discovery performances of two
> bluetooth devices, changing:
>=20
> =20
>=20
> - in Inquiry Scan procedure:
>=20
> o Time spent in Rx (>=3D16*Tslot, according to the standard)
>=20
> o The period between two consecutive inquiry scan (<2.56 sec,
> according to the standard)
>=20
> - in Inquiry procedure:
>=20
> o The period between the transmission of two consecutive packets
> (According the standard: 244.5 msec, after odd packets; 869.5 msec,
> after even packets)
>=20
> o Number of repetitions of frequencies trains.
>=20
> - in both procedures:
>=20
> o number of employed hops
>=20
> =20
>=20
> I suppose I can set these parameters by BlueZ, so I looked for lines
> that manage them in all BlueZ files but I didn=A2t find.=20
>=20
> =20
>=20
> Can I change these parameters in BlueZ?
you can change everything for that you find a HCI command in the
Bluetooth specification.
Regards
Marcel
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Bluez-devel] Parameters of the Bluetooth standard in BlueZ...
2004-02-27 10:32 [Bluez-devel] Parameters of the Bluetooth standard in BlueZ Jers
2004-02-27 11:45 ` Marcel Holtmann
@ 2004-02-27 11:58 ` Steven Singer
1 sibling, 0 replies; 4+ messages in thread
From: Steven Singer @ 2004-02-27 11:58 UTC (permalink / raw)
To: Jers; +Cc: bluez-devel
Jers wrote:
> o The period between the transmission of two consecutive packets
> (According the standard: 244.5 msec, after odd packets; 869.5 msec,
> after even packets)
Coo, you quoted the time from the end of one packet to the start of the
next. I've never seen anyone quote them that way before. Everybody else
measures the time from the start of one packet to the start of the next.
Those would be 312.5 us (half a slot) and 987.5 us (one and a half slots).
And please, the appropriate abbreviation for microseconds is <greek-mu>s
never replace the mu with an m as ms is short for milliseconds - a big
difference. In ASCII text, replace the mu with a u as u is not an SI
prefix so is not prone to confusion. Saying sec instead of s is also
non-standard, but will get you in to trouble only if you try and publish
in a scientific journal.
> I suppose I can set these parameters by BlueZ, so I looked for lines
> that manage them in all BlueZ files but I didn't find.
You can't set these parameters in BlueZ. They're hardcoded in the
Bluetooth chip. All BlueZ does is send down a command asking the chip
to do an inquiry. The chip then sends out thousands of packets and
just reports interesting events back to the host.
BlueZ doesn't even have control over the amount of time the chip spends
on each page train, nor does it have control over the number of hops
used (the country code used to have a small effect on the number of
hops, but country codes have been deprecated).
BlueZ does have control over the total inquiry length and, on the
scanning side, the time between entering inquiry scans and the amount
of time spend in a scan each time.
- Steven
--
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.
www.mimesweeper.com
**********************************************************************
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Bluez-devel mailing list
Bluez-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bluez-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-02-27 11:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-27 10:32 [Bluez-devel] Parameters of the Bluetooth standard in BlueZ Jers
2004-02-27 11:45 ` Marcel Holtmann
2004-02-27 11:58 ` Steven Singer
-- strict thread matches above, loose matches on Subject: below --
2004-02-27 10:38 Halam Rose
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.