When using the functions BluetoothFindFirstDevice and
BluetoothFindNextDevice to do an inquiry, I just noticed that the
friendly names are returned in the BLUETOOTH_DEVICE_INFO struct that
is filled.
However, I don't want my bluetooth radio to retrieve the remote
device's friendly name (since this involves paging and may increase my
inquiry time).
Is it possible to configure in some way, to NOT retrieve the friendly
names for remote devices? (and let me as a developer choose whether I
need this information).
Any help is highly appreciated!
Robert
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Robert" <Robe...@gmail.com> wrote in message
news:282e6f3a-1bc5-4b9e...@e6g2000prf.googlegroups.com...
Thanks Doron, for your reply.
Does an inquiry take precedence over this lazy way of gathering
friendly names? In other words, would it be possible that an inquiry
request be delayed because the radio is still busy requesting a
device's friendly name?
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Robert" <Robe...@gmail.com> wrote in message
news:56c5a963-47f2-45aa...@e23g2000prf.googlegroups.com...
I've been testing with this, and these FNRs take a whole lot longer
than just a few milliseconds. I've found that it could take as long as
4 seconds. I guess this is happening when the FNR timeouts? If so, is
there some way to configure the FNR timeout?
Cheers, Robert
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Robert" <Robe...@gmail.com> wrote in message
news:9526c608-b629-4df9...@d21g2000prf.googlegroups.com...
Thanks Doran, one more final question then: the way I currently try to
decrease the FNRs (in my situtation timeouts happen very often) is to
update the local cache using BluetoothUpdateDeviceInfo, passing some
custom name.
Will this stop the FNRs from being sent for devices it has seen
before? Does the local cache ever get invalidated?
Thanks,
Robert
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Robert" <Robe...@gmail.com> wrote in message
news:10af98e6-4022-4d4a...@b64g2000hsa.googlegroups.com...
Sorry, yes I meant BluetoothUpdateDeviceRecord...
What are the exact conditions for the stack to initiate a RNR? Is it
possible to somehow prevent this conditions from being fulfilled?
I can't use EIR since the devices we're using here are Bluetooth 1.2.
Thanks (again!),
Robert
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Robert" <Robe...@gmail.com> wrote in message
news:5894c7df-8891-411a...@v26g2000prm.googlegroups.com...
Sorry that I keep on asking questions... But what exactly is a
friendly device?
Does this mean that if I can make a device a friendly device (by
whatever means), the RNR is not issued anymore?
Cheers, Robert
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Robert" <Robe...@gmail.com> wrote in message
news:7cdfc846-902a-48f0...@1g2000prg.googlegroups.com...