From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <20040820101749.60692.qmail@web51810.mail.yahoo.com> From: 0|20c|=|ima|2U Subject: Re: [Bluez-users] it is possible to change the N inquiry <256 To: bluez-users@lists.sourceforge.net In-Reply-To: <200408121011.i7CABsAo028549@news01.csr.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-574309604-1092997069=:57120" Sender: bluez-users-admin@lists.sourceforge.net Errors-To: bluez-users-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Date: Fri, 20 Aug 2004 03:17:49 -0700 (PDT) --0-574309604-1092997069=:57120 Content-Type: text/plain; charset=us-ascii Hi Peter, You have stated this before: "If you have a Bluetooth 1.2 scanning device, you will be able to use interlaced inquiry scan on it (HCI_write_inquiry_scan_type interlaced). This has the same effect. In fact, it works better than switching trains on the inquirer because inquiry is quite inefficient and losing frames on a particular train can have a big impact on the likelihood of finding a device. Of course, this requires the other end to co-operate, so there's not a lot you can do on the inquiring side." Can you explain it more and how can i use interlaced inquiry scan on a Bluetooth 1.2 scanning device (HCI_write_inquiry_scan_type interlaced). are there any online reference that i can refer to.? =) Regards, Shukri --------------------------------- Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. --0-574309604-1092997069=:57120 Content-Type: text/html; charset=us-ascii
Hi Peter,
 
You have stated this before:

"If you have a Bluetooth 1.2 scanning device, you will be able to use
interlaced inquiry scan on it (HCI_write_inquiry_scan_type interlaced).
This has the same effect.  In fact, it works better than switching
trains on the inquirer because inquiry is quite inefficient and losing
frames on a particular train can have a big impact on the likelihood of
finding a device.

Of course, this requires the other end to co-operate, so there's not a
lot you can do on the inquiring side."
 
Can you explain it more and how can i use interlaced inquiry scan on a Bluetooth 1.2 scanning device (HCI_write_inquiry_scan_type interlaced). are there any online reference that i can refer to.? =)
 
Regards,
 
Shukri


Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now. --0-574309604-1092997069=:57120-- ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-Id: <200408121011.i7CABsAo028549@news01.csr.com> To: bluez-users@lists.sourceforge.net Subject: Re: [Bluez-users] it is possible to change the N inquiry <256 In-reply-to: "0|20c|=|ima|2U"'s message of "Thu, 12 Aug 2004 02:20:25 PDT." <20040812092026.8225.qmail@web51805.mail.yahoo.com> From: Peter Stephenson Sender: bluez-users-admin@lists.sourceforge.net Errors-To: bluez-users-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Date: Thu, 12 Aug 2004 11:11:53 +0100 > what I'm trying to do is that I want to speed up the discovery process. > As stated by Somil before, the device inquires 256 times or for 2.56 s > using one Train and then switches to a different Train. There are two > Inquiry Train (called as Train A or Train B). If you have a Bluetooth 1.2 scanning device, you will be able to use interlaced inquiry scan on it (HCI_write_inquiry_scan_type interlaced). This has the same effect. In fact, it works better than switching trains on the inquirer because inquiry is quite inefficient and losing frames on a particular train can have a big impact on the likelihood of finding a device. Of course, this requires the other end to co-operate, so there's not a lot you can do on the inquiring side. pws ********************************************************************** 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 email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: RE: [Bluez-users] it is possible to change the N inquiry <256 From: Marcel Holtmann To: 0|20c|=|ima|2U Cc: BlueZ Mailing List In-Reply-To: <20040812092026.8225.qmail@web51805.mail.yahoo.com> References: <20040812092026.8225.qmail@web51805.mail.yahoo.com> Content-Type: text/plain Message-Id: <1092303053.28711.75.camel@pegasus> Mime-Version: 1.0 Sender: bluez-users-admin@lists.sourceforge.net Errors-To: bluez-users-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Date: Thu, 12 Aug 2004 11:30:53 +0200 Hi Shukri, > what I'm trying to do is that I want to speed up the discovery > process. As stated by Somil before, the device inquires 256 times or > for 2.56 s using one Train and then switches to a different Train. > There are two Inquiry Train (called as Train A or Train B). > > What I'm trying to do is, i want to reduce the no. of times that the > train must be repeated before switches to another train. For e.g. : > > AAAAAAAAAAA.....[256x]..BBBBB...[256x]... (train A repeat 256 times > then see train B) > ABABABABAB........... (this is what happen when we change Ninquiry=1) > > this can speed up the discovery process. are there any command or some > modification in the source code that we can alter to reduce the no. of > Ninquiry of train A & B? ~:) > > I've done the simulation under network simulator by changing value of > Ninquiry=1, and i found that the discovery process can be speed up. you are asking the wrong group of people. We build only a Bluetooth software stack above the HCI layer. Get in contact with the chip manufacturers and ask them. Regards Marcel ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <20040812092026.8225.qmail@web51805.mail.yahoo.com> Date: Thu, 12 Aug 2004 02:20:25 -0700 (PDT) From: 0|20c|=|ima|2U Subject: RE: [Bluez-users] it is possible to change the N inquiry <256 To: bluez-users@lists.sourceforge.net Cc: Marcel Holtmann In-Reply-To: <1091802237.20839.116.camel@pegasus> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-501576524-1092302425=:7786" List-ID: --0-501576524-1092302425=:7786 Content-Type: text/plain; charset=us-ascii Hi there, what I'm trying to do is that I want to speed up the discovery process. As stated by Somil before, the device inquires 256 times or for 2.56 s using one Train and then switches to a different Train. There are two Inquiry Train (called as Train A or Train B). What I'm trying to do is, i want to reduce the no. of times that the train must be repeated before switches to another train. For e.g. : AAAAAAAAAAA.....[256x]..BBBBB...[256x]... (train A repeat 256 times then see train B) ABABABABAB........... (this is what happen when we change Ninquiry=1) this can speed up the discovery process. are there any command or some modification in the source code that we can alter to reduce the no. of Ninquiry of train A & B? ~:) I've done the simulation under network simulator by changing value of Ninquiry=1, and i found that the discovery process can be speed up. Regards, Shukri --------------------------------- Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! --0-501576524-1092302425=:7786 Content-Type: text/html; charset=us-ascii
Hi there,
 
what I'm trying to do is that I want to speed up the discovery process.  As stated by Somil before, the device inquires 256 times or for 2.56 s using one Train and then switches to a different Train. There are two Inquiry Train (called as Train A or Train B).
 
What I'm trying to do is, i want to reduce the no. of times that the train must be repeated before switches to another train. For e.g. :
 
AAAAAAAAAAA.....[256x]..BBBBB...[256x]... (train A repeat 256 times then see train B)
ABABABABAB........... (this is what happen when we change Ninquiry=1)
 
this can speed up the discovery process. are there any command or some modification in the source code that we can alter to reduce the no. of Ninquiry of train A & B? ~:)
 
I've done the simulation under network simulator by changing value of Ninquiry=1, and i found that the discovery process can be speed up.
 
Regards,
 
Shukri


Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage! --0-501576524-1092302425=:7786-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: RE: [Bluez-users] it is possible to change the N inquiry <256 From: Marcel Holtmann To: Somil.Asthana@nokia.com Cc: matrix230@yahoo.com, BlueZ Mailing List In-Reply-To: References: Content-Type: text/plain Message-Id: <1091802237.20839.116.camel@pegasus> Mime-Version: 1.0 Sender: bluez-users-admin@lists.sourceforge.net Errors-To: bluez-users-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Date: Fri, 06 Aug 2004 16:23:58 +0200 Hi Somil, > I think ,but I am not sure, he is asking if its possible to change the Inquiry Train time. The device inquires 256 times or for 2.56 s using one Train and then switches to a different Train. There are two Inquiry Train (called as Train A or Train B). > > I don't know any HCI cmd which can reduce this time perhaps there can be a vendor specific > cmd. if this is what he was asking for then the answer is no. I actually don't know any vendor that allows a modification of that value. Regards Marcel ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: [Bluez-users] it is possible to change the N inquiry <256 Date: Fri, 6 Aug 2004 09:38:07 -0400 Message-ID: From: To: , Cc: List-ID: Hi Marcel, I think ,but I am not sure, he is asking if its possible to change the = Inquiry Train time. The device inquires 256 times or for 2.56 s using = one Train and then switches to a different Train. There are two Inquiry = Train (called as Train A or Train B). I don't know any HCI cmd which can reduce this time perhaps there can = be a vendor specific=20 cmd. regards Somil -----Original Message----- From: bluez-users-admin@lists.sourceforge.net [mailto:bluez-users-admin@lists.sourceforge.net]On Behalf Of ext Marcel Holtmann Sent: Friday, August 06, 2004 5:19 AM To: shukri Cc: BlueZ Mailing List Subject: Re: [Bluez-users] it is possible to change the N inquiry <256 Hi, > im quite new to this BlueZ... i would like to ask is it possible to > change the Ninquiry to less than 256..? I don't know what you are talking about. What are you trying to achieve? Regards Marcel ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [Bluez-users] it is possible to change the N inquiry <256 From: Marcel Holtmann To: shukri Cc: BlueZ Mailing List In-Reply-To: <20040806073201.50482.qmail@web51810.mail.yahoo.com> References: <20040806073201.50482.qmail@web51810.mail.yahoo.com> Content-Type: text/plain Message-Id: <1091783942.20839.81.camel@pegasus> Mime-Version: 1.0 Sender: bluez-users-admin@lists.sourceforge.net Errors-To: bluez-users-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Date: Fri, 06 Aug 2004 11:19:02 +0200 Hi, > im quite new to this BlueZ... i would like to ask is it possible to > change the Ninquiry to less than 256..? I don't know what you are talking about. What are you trying to achieve? Regards Marcel ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <20040806073201.50482.qmail@web51810.mail.yahoo.com> From: shukri To: bluez-users@lists.sourceforge.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-230321692-1091777521=:49708" Subject: [Bluez-users] it is possible to change the N inquiry <256 Sender: bluez-users-admin@lists.sourceforge.net Errors-To: bluez-users-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Date: Fri, 6 Aug 2004 00:32:01 -0700 (PDT) --0-230321692-1091777521=:49708 Content-Type: text/plain; charset=us-ascii hello there, im quite new to this BlueZ... i would like to ask is it possible to change the Ninquiry to less than 256..? thx. --------------------------------- Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! --0-230321692-1091777521=:49708 Content-Type: text/html; charset=us-ascii
hello there,
 
im quite new to this BlueZ... i would like to ask is it possible to change the Ninquiry to less than 256..?
 
thx.


Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages! --0-230321692-1091777521=:49708-- ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Bluez-users mailing list Bluez-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-users