Closed GoogleCodeExporter closed 8 years ago
Forgot to mention, that my appliction is running on IBM J9.
Original comment by mrt...@gmail.com
on 25 Feb 2008 at 11:31
This is how function WSALookupServiceBegin works in Microsoft. See MSDN for
details.
You may try and change Line 238 (query.length = 11;) in intelbth.cpp
If this solved the problem I can move the declaration of this (11 sec) constant
to
the properties in java.
Original comment by skarzhev...@gmail.com
on 25 Feb 2008 at 3:48
I have changed query.length = 3;
And after installation of Visual C++ 2008, I started build-native-intelbth.cmd
But that only gives me a new intelbth.dll, and not intelbth_ce.dll which my
device uses.
I know, because I have to accept that intelbth_ce.dll can run.
Is the query.length a part of intelbth_ce ?
I would really appreciate if you could make an option in Java to manipulate the
11 sec.
Original comment by mrt...@gmail.com
on 26 Feb 2008 at 10:03
The build-native-intelbth.cmd only create dll for Windows. You need to open VC
project and select the target platform. Then build. Note The WinCE build is not
available in VC Express Edition! Please use user groups to ask question like
this.
Original comment by skarzhev...@gmail.com
on 26 Feb 2008 at 9:01
Configuration options
System properties:
(Since v2.0.3)
# `bluecove.inquiry.duration` Device Inquiry time in seconds defaults to 11
seconds. MS Stack and OS X only.
Dll and java code for win in SVN.
Will force a new build on build server once done the same for OSx. ETA 2 hours.
Original comment by skarzhev...@gmail.com
on 27 Feb 2008 at 4:54
# `bluecove.inquiry.duration` Device Inquiry time in seconds defaults to 11
seconds. MS Stack and OS X only.
have you considered implementing this in linux?
thanks
Original comment by dand...@gmail.com
on 17 Sep 2009 at 10:03
Original issue reported on code.google.com by
mrt...@gmail.com
on 25 Feb 2008 at 10:45