<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://inthehand.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Bluetooth</title><link>http://inthehand.com/forums/37.aspx</link><description>For discussion about BluetoothClient, BluetoothListener and all other Bluetooth functionality in the library

Please use the CodePlex site for all future discussions:-
http://32feet.codeplex.com/discussions</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Obtaining PhoneBook from mobile phone</title><link>http://inthehand.com/forums/thread/13980.aspx</link><pubDate>Fri, 13 Jan 2012 15:21:25 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13980</guid><dc:creator>Ziklo6</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/13980.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13980</wfw:commentRss><description>&lt;p&gt;Hi everyone,&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;m really new to bluetooth technology (programming) and I&amp;#39;m getting too lost in creating my software. What I&amp;#39;m trying to do is create an application that is able to connect to a Windows Phone 7 and is able to get the contact list from it (no matter what information, with name and telephone number would be enough). Well, this is the first step of the project, I supose more functionality will be added in the future.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve been able to create an application that discovers connected Bluetooth devices, but the problem comes when I try to connect to the phone with PhoneBook profile. I always get errors int this point. I&amp;#39;ve noticed that installedServices doesn&amp;#39;t return anything.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I an working with a Windows 7 machine and programming in WPF with c#.&lt;/p&gt;&lt;p&gt;If you could please give me some advice about the architecture of the app and how to reach my goal I would be really happy.&lt;/p&gt;&lt;p&gt;Thanks for the time&lt;/p&gt;</description></item><item><title>Time it take to detect a connection loss</title><link>http://inthehand.com/forums/thread/13979.aspx</link><pubDate>Fri, 13 Jan 2012 06:40:44 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13979</guid><dc:creator>ramesh.shivakumar</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/13979.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13979</wfw:commentRss><description>&lt;p&gt;Hi Alan,&lt;/p&gt;&lt;p&gt;if the device is switched off , but still application shows &lt;b&gt;ISCONNECTED =True &lt;/b&gt;after some time it will shows &lt;/p&gt;&lt;p&gt; &lt;b&gt;ISCONNECTED =false.&lt;/b&gt;i checked in form i dint got detailed info.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Please let me how to configure to reduse the time to detect the connection loss. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards&lt;/p&gt;&lt;p&gt;Ramesh.&lt;/p&gt;</description></item><item><title>Proper paring of mobile device to pc before transferring file</title><link>http://inthehand.com/forums/thread/13745.aspx</link><pubDate>Thu, 10 Nov 2011 05:39:59 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13745</guid><dc:creator>jose_ajith</dc:creator><slash:comments>5</slash:comments><comments>http://inthehand.com/forums/thread/13745.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13745</wfw:commentRss><description>This bluetooth server just accepts the incoming objects from mobile device. I&amp;#39;m looking for proper authorization of the incoming connection 
before any transfer occurs.................
                             /*obex listener*/
                            //ObexListener lsnr = new ObexListener(ObexTransport.Bluetooth);
                            //lsnr.Start();
                            //ObexListenerContext ctx = lsnr.GetContext();
                            //ObexListenerRequest req = ctx.Request;
                            //string[ pathSplits = req.RawUrl.Split(&amp;#39;/&amp;#39;);
                            //string filename = pathSplits[pathSplits.Length - 1];
                            //Console.WriteLine(req.RemoteEndPoint + &amp;quot; is ready to accept the &amp;quot; + filename);
                            //req.WriteFile(filename);
                            //Console.WriteLine(filename + &amp;quot;Sent successfully&amp;quot;);
                            //lsnr.Close();

 ................
Can anyone suggest something how to include the security features to the server??</description></item><item><title>Disconnect when using Headset-Profile</title><link>http://inthehand.com/forums/thread/13977.aspx</link><pubDate>Thu, 12 Jan 2012 02:20:22 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13977</guid><dc:creator>Björn Ranft</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/13977.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13977</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;thanks for this great library and especially for the MS Stack Support.&lt;/p&gt;
&lt;p&gt;I tried to turn on the Headset Profile with my Nokia n7500 and N78 mobile phone using default MS Stack.&lt;/p&gt;
&lt;p&gt;Like this way:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div style="color:black;background-color:white;"&gt;
&lt;pre&gt;InTheHand.Net.Bluetooth.BluetoothRadio radio = InTheHand.Net.Bluetooth.BluetoothRadio.PrimaryRadio;
InTheHand.Net.Sockets.BluetoothClient client = &lt;span style="color:blue;"&gt;new&lt;/span&gt; BluetoothClient();&lt;br /&gt;BluetoothDeviceInfo[ list = client.DiscoverDevices(10,&lt;span style="color:blue;"&gt;true&lt;/span&gt;,&lt;span style="color:blue;"&gt;true&lt;/span&gt;,&lt;span style="color:blue;"&gt;true&lt;/span&gt;);
    &lt;span style="color:blue;"&gt;for&lt;/span&gt; (&lt;span style="color:blue;"&gt;int&lt;/span&gt; i = 0; i &amp;lt;= list.Length; i++)
    {
        //MessageBox.Show(list&lt;img src="http://inthehand.com/emoticons/emotion-55.gif" alt="Idea" /&gt;.DeviceName.ToString());&lt;br /&gt;        &lt;br /&gt;        if(some_adress == list&lt;img src="http://inthehand.com/emoticons/emotion-55.gif" alt="Idea" /&gt;.DeviceAdress.ToString())&lt;br /&gt;        {&lt;br /&gt;       &amp;nbsp;  endpoint_dev = &lt;span style="color:blue;"&gt;new&lt;/span&gt; BluetoothEndPoint(list&lt;img src="http://inthehand.com/emoticons/emotion-55.gif" alt="Idea" /&gt;.DeviceAddress, Guid.NewGuid());
          endpoint_dev.Service = BluetoothService.Headset;
          client.SetPin(&lt;span style="color:#a31515;"&gt;&amp;quot;0110&amp;quot;&lt;/span&gt;);
          client.Connect(endpoint_dev);&lt;span style="color:blue;"&gt; &lt;/span&gt;&lt;br /&gt;        }&lt;br /&gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="color:blue;"&gt;         break&lt;/span&gt;;&lt;br /&gt;   &amp;nbsp;}
&lt;/pre&gt;
&lt;p&gt;The radio connects successfully to my mobile phone with headset profile.&lt;/p&gt;
&lt;p&gt;When accepting a call hsp disconnects with my two mobiles.&lt;/p&gt;
&lt;p&gt;Thanks for help and advantages. &lt;/p&gt;
&lt;p&gt;Björn&lt;/p&gt;</description></item><item><title>Headset service and mult. SDK usage (c#)</title><link>http://inthehand.com/forums/thread/13975.aspx</link><pubDate>Wed, 11 Jan 2012 18:11:57 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13975</guid><dc:creator>william88</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/13975.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13975</wfw:commentRss><description>Hi

I&amp;#39;m currently using the Bluetopia stack.  I&amp;#39;m using Motorola EMDK  2.5 c# which has been working fine but has no headset support.  Is it possible to connect to a serial port using the EMDK and then set up a headset client afterwards using 32feet? (Using MC55 device)

Also, even after closing my application, I&amp;#39;m unable to access BTExplorer.

Thanks
William</description></item><item><title>failure to transfer 1st file</title><link>http://inthehand.com/forums/thread/13974.aspx</link><pubDate>Wed, 11 Jan 2012 02:12:50 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13974</guid><dc:creator>Shay Katzir</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/13974.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13974</wfw:commentRss><description>&lt;p&gt;when i try to transfer a file from my samsung galaxy s2 into pc / c# code / win-7 / asus bt dongle, the phone &amp;amp; the bt get paired but the file transfer failes. BUT if they are already paired, then the file transfer succedd.&lt;/p&gt;&lt;p&gt;so the problem is actually failure in transmitting the 1st file after pairing. does any1 have a clue, what seems to be the problem?&lt;/p&gt;&lt;p&gt;btw, im using .Confirm= true, in order to accept pairing &amp;amp; .GetContext in order to listen to imported files.&lt;/p&gt;&lt;p&gt;thanks&lt;/p&gt;</description></item><item><title>Bluetooth connection</title><link>http://inthehand.com/forums/thread/13973.aspx</link><pubDate>Mon, 09 Jan 2012 21:31:15 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13973</guid><dc:creator>winy57</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/13973.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13973</wfw:commentRss><description>&lt;p&gt;Hi, I&amp;#39;m a new french user of 32Feet library !&lt;br /&gt;I&amp;#39;ve problems with connecting my mobile with a bluetooth device which provides a serial port. I&amp;#39;m working on vb.net 2008 and windows mobile 6.1.&lt;br /&gt;When making a connection with BTExplorer on my Motorola MC55, my software works fine. But my client don&amp;#39;t want to use BTExplorer and hopes my program could make the connection automatically.&lt;/p&gt;&lt;p&gt;I&amp;#39;ve tried this :&lt;/p&gt;&lt;p&gt;&amp;lt;code&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim BTMac As String = &amp;quot;00:18:B2:01:83:85&amp;quot;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim BTAddress As BluetoothAddress&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim BTClient As New BluetoothClient&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim BTEndPoint As BluetoothEndPoint&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BTAddress = BluetoothAddress.Parse(BTMac)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BTEndPoint = New BluetoothEndPoint(BTAddress, BluetoothService.SerialPort)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BluetoothSecurity.PairRequest(BTAddress, &amp;quot;0000&amp;quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application.DoEvents()&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BTClient = New BluetoothClient&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BTClient.Connect(BTEndPoint)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Return True&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Catch e As Exception&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Return False&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Try&lt;br /&gt;&amp;lt;/code&amp;gt;&lt;/p&gt;&lt;p&gt;My remote device is added, but the serial port is not connected. I&amp;#39;ve seen the BluetoothSerialPort.CreateClient method, but I don&amp;#39;t know if I have to use it.&lt;/p&gt;&lt;p&gt;Can anyone help me??&lt;/p&gt;&lt;p&gt;Thanks&lt;/p&gt;&lt;p&gt;Mickael&lt;br /&gt;&lt;/p&gt;</description></item><item><title>folder listing</title><link>http://inthehand.com/forums/thread/13969.aspx</link><pubDate>Mon, 09 Jan 2012 10:12:59 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13969</guid><dc:creator>Shay Katzir</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/13969.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13969</wfw:commentRss><description>&lt;p&gt;is there any&amp;nbsp;c# example of using brecham classes (or any&amp;nbsp;other&amp;nbsp;class that can do it) to list directory files on remote bluetooth devices?&lt;/p&gt;&lt;p&gt;can it be achieved without pairing first?&lt;/p&gt;</description></item><item><title>Windows 7 takes control</title><link>http://inthehand.com/forums/thread/13960.aspx</link><pubDate>Fri, 06 Jan 2012 09:25:41 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13960</guid><dc:creator>Shay Katzir</dc:creator><slash:comments>3</slash:comments><comments>http://inthehand.com/forums/thread/13960.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13960</wfw:commentRss><description>&lt;p&gt;...&lt;/p&gt;</description></item><item><title>discovery while listening</title><link>http://inthehand.com/forums/thread/13967.aspx</link><pubDate>Mon, 09 Jan 2012 10:01:45 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13967</guid><dc:creator>Shay Katzir</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/13967.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13967</wfw:commentRss><description>&lt;p&gt;when i try to .&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;GetContext of ObexListenerContext and at the same time (in a different thread) to discover bluetooth devices, the .GetContext fail to recognize the incoming obex.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;is there a solution to this problem?&lt;/font&gt;&lt;/p&gt;</description></item><item><title>recieve files without pairing</title><link>http://inthehand.com/forums/thread/13966.aspx</link><pubDate>Mon, 09 Jan 2012 09:56:15 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13966</guid><dc:creator>Shay Katzir</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/13966.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13966</wfw:commentRss><description>im trying to program a windows-7, using c# / 32feet.net, to recieve files from bluetooth devices without pairing. how can i accomplish that?</description></item><item><title>no luck with discovery...</title><link>http://inthehand.com/forums/thread/13947.aspx</link><pubDate>Wed, 04 Jan 2012 14:58:45 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13947</guid><dc:creator>edsut</dc:creator><slash:comments>3</slash:comments><comments>http://inthehand.com/forums/thread/13947.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13947</wfw:commentRss><description>&lt;p&gt;Hi, I&amp;#39;m new to BlueTooth, and while I&amp;#39;ve searched the forum and haven&amp;#39;t found an answer I start by apologizing if the answer is obvious.&amp;nbsp; That being said, here&amp;#39;s my problem:&amp;nbsp; I&amp;#39;m trying to access bluetooth through C# (.NET 3.5), and as of now have not been able to even get discovery to work.&amp;nbsp; I&amp;#39;m using 32feet.NET.2.3.&amp;nbsp; I&amp;#39;ve tried both SelectBlueToothDeviceDialog() and BluetoothClient.DiscoverDevices.&amp;nbsp; Both attempts come back empty.&amp;nbsp; I then found code that suggested first checking BluetoothRadio.IsSupported, and sure enough, that comes back false.&amp;nbsp;&amp;nbsp;I am able to just right click on my bluetooth icon and have it successfully discover a few different devices, so I know my PC (IBM ThinkPad) is enabled for it.&amp;nbsp; The driver is from Broadcom dated 4/20/2006, and I did run &amp;quot;Update Driver&amp;quot; prior to this.&lt;/p&gt;
&lt;p&gt;Here are the two different code snippets (both of which I shamelessly grabbed from this forum and other google results)...&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;blockquote&gt;
&lt;p&gt;using&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; InTheHand.Net.Sockets;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;using&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; InTheHand.Net.Bluetooth;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;using&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; InTheHand.Net;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;using&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; InTheHand.Windows.Forms;&lt;/p&gt;&lt;/blockquote&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;
&lt;blockquote&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;private&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;void&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; bluetoothDiscover1()&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;try&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (!&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BluetoothRadio&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.IsSupported)&lt;/font&gt;&lt;/p&gt;&lt;font size="2"&gt;{&lt;/font&gt;&lt;font size="2"&gt; 
&lt;blockquote&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#000000"&gt;Trace(&amp;quot;&lt;/font&gt;BluetoothRadio not supported&amp;quot;);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;return&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/blockquote&gt;
&lt;p&gt;}&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;catch&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;blockquote&gt;Trace(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;BluetoothRadio not supported!&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;return&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/blockquote&gt;
&lt;p&gt;}&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BluetoothRadio&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.PrimaryRadio.Mode == &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;RadioMode&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.PowerOff)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;blockquote&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BluetoothRadio&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.PrimaryRadio.Mode = &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;RadioMode&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.Connectable ;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/blockquote&gt;
&lt;p&gt;Trace(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;BlueTooth radio name: &amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BluetoothRadio&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.PrimaryRadio.Name.ToString());&lt;/p&gt;Trace(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;BlueTooth radio mode: &amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BluetoothRadio&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.PrimaryRadio.Mode.ToString());&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BluetoothClient&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; bc = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BluetoothClient&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;();&lt;/p&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;BluetoothDeviceInfo&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;[ devices = bc.DiscoverDevices();&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;Trace(&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;tracelevel&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.NORMAL,&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;BTdevtot: &amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + devices.Length);&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;for&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;int&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; i = 0; i &amp;lt; devices.Length; i++)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;
&lt;blockquote&gt;Trace(&lt;/font&gt;&lt;font size="2"&gt;devices&lt;img src="http://inthehand.com/emoticons/emotion-55.gif" alt="Idea" /&gt;.DeviceName + &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;:&amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + devices&lt;img src="http://inthehand.com/emoticons/emotion-55.gif" alt="Idea" /&gt;.DeviceAddress);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/blockquote&gt;
&lt;p&gt;}&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;}&lt;/p&gt;&lt;/blockquote&gt;Snippet #2:&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;blockquote&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;private&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;void&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; bluetoothDiscover2()&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;SelectBluetoothDeviceDialog&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; sbdd = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;SelectBluetoothDeviceDialog&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;();&lt;/p&gt;sbdd.ShowUnknown = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;true&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;sbdd.ShowRemembered = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;true&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/p&gt;sbdd.ShowAuthenticated = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;true&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (sbdd.ShowDialog() == &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;DialogResult&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.OK)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;}&lt;/p&gt;&lt;/blockquote&gt;&lt;/font&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For bluetoothDiscover1, BluetoothRadio.IsSupported is false.&lt;/p&gt;
&lt;p&gt;For bluetoothDiscover2, the dialog box comes up, but there&amp;#39;s never a discovery.&lt;/p&gt;
&lt;p&gt;Any thoughts?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Bluetooth 3.0 version with windows 7</title><link>http://inthehand.com/forums/thread/13929.aspx</link><pubDate>Thu, 22 Dec 2011 14:07:20 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13929</guid><dc:creator>ramesh.shivakumar</dc:creator><slash:comments>8</slash:comments><comments>http://inthehand.com/forums/thread/13929.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13929</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Alan,&lt;/p&gt;&lt;p&gt;i am facing problem in connecting the device for 2nd time.&lt;/p&gt;&lt;p&gt;initially i when the device is newly conncted it will connectes (Paring &amp;amp; Connect).&lt;/p&gt;&lt;p&gt;for the 2nd time when i try to connect the same device it will through an error&lt;/p&gt;&lt;p&gt;A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond&amp;nbsp; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i am using inhand 3.3 vr .net 3.5 windows 7 &lt;br /&gt;&lt;/p&gt;</description></item><item><title>'System.MissingMethodException' occurred in InTheHand.Net.Personal.dll</title><link>http://inthehand.com/forums/thread/13914.aspx</link><pubDate>Mon, 19 Dec 2011 19:54:11 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13914</guid><dc:creator>ASus</dc:creator><slash:comments>3</slash:comments><comments>http://inthehand.com/forums/thread/13914.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13914</wfw:commentRss><description>&lt;p&gt;Hello all,&lt;/p&gt;&lt;p&gt;I am writing the program for Windows CE 5.0 device and deployng C# code from Visual Studio 2008. When I am trying to debug code via usb connection&amp;nbsp;I am getting the error even if then I can connect to other device from my Windows CE 5.0 device:&lt;/p&gt;&lt;p&gt;32feet.NET: &amp;#39;InTheHand.Net.Personal, Version=3.2.609.0, Culture=neutral&amp;#39;&lt;/p&gt;&lt;p&gt;versions: &amp;#39;3.2.609.0&amp;#39; and &amp;#39;3.2.0609.0&amp;#39;.&lt;/p&gt;&lt;p&gt;Calling BSC_Initialize with:HCI_DriverInformation__HCI_COMMDriverInformation COMM, 32, 6, 57600, UART_RTS_CTS, 500, 115200, &amp;#39;BTS&amp;#39;.&lt;/p&gt;&lt;p&gt;A first chance exception of type &amp;#39;System.MissingMethodException&amp;#39; occurred in InTheHand.Net.Personal.dll&lt;/p&gt;&lt;p&gt;If I am building release version and just deploy it to the device everything is OK, no error during building and deployment....&lt;/p&gt;&lt;p&gt;Do you know what is the problem? I am using InTheHead.Net.Personal.dll version 3.2.609.0 from the&amp;nbsp;32feet.NET 2.3 download....&lt;/p&gt;&lt;p&gt;And more:&lt;/p&gt;&lt;p&gt;when we are trying to load our application (which is using InTheHead.Net.Personal.dll version 3.2.609.0) on device with some stripped down version of Windows CE 5.0 (no shell is running, loading just our application + some other windows dlls, that was working previously with the different bluetooth device not using InTheHand) it&amp;#39;s getting the error:&lt;/p&gt;&lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;

&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;MissingMethodException File or Assembly name &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;‘InTheHand.Net.Personal’ Version=3.2.609.0, culture=neutral, &lt;/font&gt;&lt;/font&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;publicKeyToken=EA38CAA273134499’,&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style="margin:0in 0in 0pt;" class="MsoNormal"&gt;&lt;font size="3"&gt;&lt;font face="Times New Roman"&gt;or one of its dependencies was not found&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;

&lt;/font&gt;&lt;font size="3" face="Times New Roman"&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;So it seems like InTheHand.Net.Personal.dll is using some windows dlls we are not aware of - could somebody tell us what dependencies of this library is? &lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;I found out that I have exception when trying to use &lt;font size="2"&gt;BSC_Initialize() from &lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;SS1BTPS.dll.&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;font size="2"&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#000000" size="3"&gt;I don&amp;#39;t have this dll in my Windows CE 5.0 - so where can I find it?&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="3" face="Times New Roman"&gt;&lt;font size="2"&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;Thanks a lot the the help.&lt;/p&gt;&lt;font size="1"&gt;&lt;/font&gt;</description></item><item><title>MC70 issues</title><link>http://inthehand.com/forums/thread/13901.aspx</link><pubDate>Thu, 15 Dec 2011 11:08:59 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13901</guid><dc:creator>MikeGH</dc:creator><slash:comments>10</slash:comments><comments>http://inthehand.com/forums/thread/13901.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13901</wfw:commentRss><description>Has anyone successfully used InTheHand.B* to connect to a SPP using the Motorola/Symbol MC70....

From what I&amp;#39;m seeing, it correctly identifies the StoneStreetOne stack, I get it setting the API version to PreSsp...

[it throws a SocketException &amp;quot;An operation was attemped on something this is not a socket&amp;quot; - in ASyncResultNoResult.EndInvoke]

Mike</description></item><item><title>how to receive multi file from mobile with bluetooth inTheHand</title><link>http://inthehand.com/forums/thread/13930.aspx</link><pubDate>Thu, 22 Dec 2011 18:54:51 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13930</guid><dc:creator>rshnm</dc:creator><slash:comments>1</slash:comments><comments>http://inthehand.com/forums/thread/13930.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13930</wfw:commentRss><description>&lt;p&gt;Hello&lt;/p&gt;&lt;p&gt;I am developer of an application that use inthehand for connecting with mobile&amp;nbsp;and send file from mobile to computer via bluetooth.&lt;/p&gt;&lt;p&gt;I succeed to send one file from mobile to my pc and save it to Hard disk by the below code:&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;p&gt;public &lt;font color="#00008b"&gt;windowBlueToothReciver&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;(&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;params&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;object&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;[ parameters)&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;{&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;InitializeComponent&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;();&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;

&lt;/font&gt;&lt;/font&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;bluetoothListener&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt; = &lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;ObexListener&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;(&lt;/font&gt;&lt;/font&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;ObexTransport&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;.&lt;/font&gt;&lt;/font&gt;&lt;b&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;Bluetooth&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;);&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;
&lt;/font&gt;&lt;/font&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;bluetoothListener&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;.&lt;/font&gt;&lt;/font&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;Start&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;();&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;

&lt;/font&gt;&lt;/font&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;blutoothThread&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt; = &lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;Thread&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;(&lt;/font&gt;&lt;/font&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;DealWithRequest&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;);&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;
&lt;/font&gt;&lt;/font&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;blutoothThread&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;.&lt;/font&gt;&lt;/font&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;Start&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;();&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;
&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;}&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;&lt;/font&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;p&gt;public void&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;DealWithRequest&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;()&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;/font&gt;&lt;p&gt;{&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;while&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt; (&lt;/font&gt;&lt;/font&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;bluetoothListener&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;.&lt;/font&gt;&lt;/font&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;IsListening&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;)&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;{&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;try&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;&lt;p&gt;				&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ObexListenerContext&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt; olc = &lt;/font&gt;&lt;/font&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;bluetoothListener&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;.&lt;/font&gt;&lt;/font&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;GetContext&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;();&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;ObexListenerRequest&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt; olr = olc.&lt;/font&gt;&lt;/font&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;Request&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;
&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt; filePath = &lt;/font&gt;&lt;/font&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;Uri&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;.&lt;/font&gt;&lt;/font&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;UnescapeDataString&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;(olr.&lt;/font&gt;&lt;/font&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;&lt;font color="#800080" size="2" face="Consolas"&gt;RawUrl&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;.&lt;/font&gt;&lt;/font&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;TrimStart&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;(&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt; &lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;char&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;[ { &lt;/font&gt;&lt;/font&gt;&lt;font color="#a31515" size="2" face="Consolas"&gt;&lt;font color="#a31515" size="2" face="Consolas"&gt;&lt;font color="#a31515" size="2" face="Consolas"&gt;&amp;#39;/&amp;#39;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt; }));&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;
&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; olr.&lt;/font&gt;&lt;/font&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;&lt;font color="#008b8b" size="2" face="Consolas"&gt;WriteFile&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;(filePath);&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;

&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;  &lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;catch&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt; (&lt;/font&gt;&lt;/font&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;&lt;font color="#00008b" size="2" face="Consolas"&gt;Exception&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt; ex)&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;{&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;&lt;/font&gt;&lt;/font&gt;&lt;p&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&lt;font color="#0000ff" size="2" face="Consolas"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; break&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;}&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;font size="2" face="Consolas"&gt;&lt;font size="2" face="Consolas"&gt;&lt;p&gt;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;}&lt;/p&gt;&lt;p&gt;Now, some mobile users may select multi file and send them all together with bluetooth to my pc.&lt;/p&gt;&lt;p&gt;In this case the above code has error and not able to save all&amp;nbsp;of files transfered to my pc.&lt;/p&gt;&lt;p&gt;Please help me to receive all of multi file&amp;nbsp;that transfered by bluetooth.&lt;/p&gt;&lt;p&gt;Thank you all.&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Is it possible to encrypt/decrypt for ObexListenerRequest and ObexWebRequest ?</title><link>http://inthehand.com/forums/thread/13849.aspx</link><pubDate>Sat, 03 Dec 2011 13:13:54 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13849</guid><dc:creator>bigb</dc:creator><slash:comments>2</slash:comments><comments>http://inthehand.com/forums/thread/13849.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13849</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is it possible to implement encrypt/decrypt to OBEX protocol over &lt;font color="#008080" size="2"&gt;&lt;font color="#008080" size="2"&gt;ObexListenerRequest and ObexWebRequest ?&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="2"&gt;Please show me some code.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font color="#008080" size="2"&gt;&lt;font color="#008080" size="2"&gt;BigB&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Bluetooth Environment</title><link>http://inthehand.com/forums/thread/13911.aspx</link><pubDate>Mon, 19 Dec 2011 11:26:59 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13911</guid><dc:creator>preinold</dc:creator><slash:comments>4</slash:comments><comments>http://inthehand.com/forums/thread/13911.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13911</wfw:commentRss><description>on what place are the devices from the &amp;#39;Bluetooth Environment&amp;#39; stored?</description></item><item><title>Widcomm - enable/disable services</title><link>http://inthehand.com/forums/thread/13895.aspx</link><pubDate>Sun, 11 Dec 2011 12:45:48 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13895</guid><dc:creator>matejdro</dc:creator><slash:comments>3</slash:comments><comments>http://inthehand.com/forums/thread/13895.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13895</wfw:commentRss><description>&lt;p&gt;Hello!&lt;/p&gt;&lt;p&gt;I&amp;#39;m trying to make an application that will pair with wiimote. It works great on windows stack, but it will not work on WIDCOMM since SetServiceState and InstalledServices are not supported.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Is there any workaround to enabling/disabling services via WIDCOMM? &lt;br /&gt;&lt;/p&gt;</description></item><item><title>widcomm - strange error</title><link>http://inthehand.com/forums/thread/13905.aspx</link><pubDate>Fri, 16 Dec 2011 10:51:56 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13905</guid><dc:creator>MikeGH</dc:creator><slash:comments>4</slash:comments><comments>http://inthehand.com/forums/thread/13905.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13905</wfw:commentRss><description>Hi,

[Sorry for two queries within a day]

On another device we&amp;#39;ve got (an HP iPAQ 2210 - widcomm version 1.4.1.58), it says:

IBtIf using WidcommStBtIf.
Dependency DLL &amp;#39;32feetWidcomm&amp;#39; status: LoadLibraryAccessible.
Dependency DLL &amp;#39;BtSdkCe30&amp;#39; status: ModuleLoaded.

Exception creating factory &amp;#39;InTheHand.Net.Bluetooth.Widcomm.WidcommBluetoothFactory, ex: System.Reflection.TargetInvocationException: Can&amp;#39;t find PInvoke DLL &amp;#39;32feetWidcomm&amp;#39;. ---&amp;gt; System.PlatformNotSupportedException: Can&amp;#39;t find PInvoke DLL &amp;#39;32feetWidcomm&amp;#39;. ---&amp;gt; System.MissingMethodException: Can&amp;#39;t find PInvoke DLL &amp;#39;32feetWidcomm&amp;#39;.
   at InTheHand.Net.Bluetooth.Widcomm.WidcommBtIf.Create()

It looks like it finds the 32feetWidcomm DLL correctly, I can see BtSDKCe30.dll in \windows. Is the BT stack on this device just TOO old to work with anything useful?

Mike</description></item><item><title>Turn on/off bluetooth on windows xp/laptop c# code</title><link>http://inthehand.com/forums/thread/13778.aspx</link><pubDate>Thu, 17 Nov 2011 00:09:13 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13778</guid><dc:creator>rose</dc:creator><slash:comments>12</slash:comments><comments>http://inthehand.com/forums/thread/13778.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13778</wfw:commentRss><description>can i use inthehand reference to turn on or off the bluetooth in my laptop by using c# programming language?
if can, can anyone tell me how to do it and  show the sample for me to understand and learn from it.
i&amp;#39;m new on it!!</description></item><item><title>Read data from bluetooth device</title><link>http://inthehand.com/forums/thread/13857.aspx</link><pubDate>Wed, 07 Dec 2011 08:56:00 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13857</guid><dc:creator>farahbenji</dc:creator><slash:comments>4</slash:comments><comments>http://inthehand.com/forums/thread/13857.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13857</wfw:commentRss><description>Hi,

I would like to read data from a bluetooth device on VS 2008, however, I&amp;#39;m not sure on how to use the in the hand tools. I paired my bluetooth device with my laptop, and com9 is created under the standard serial over bluetooth link under my device manager. Please kindly assist me on how do i get started connecting to the ports so as to collect the data on the bluetooth device.

Thanks.</description></item><item><title>BluetoothRadio.IsSupported displays console errors when BT dongle unplugged in WinCE 6.0</title><link>http://inthehand.com/forums/thread/13847.aspx</link><pubDate>Fri, 02 Dec 2011 01:08:19 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13847</guid><dc:creator>robhougen</dc:creator><slash:comments>3</slash:comments><comments>http://inthehand.com/forums/thread/13847.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13847</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m using Wince 6.0 R3 and added InTheHand.Net.Personal.dll version 3.2.609.0 to use with a removable USB Bluetooth dongle.&amp;nbsp; I check for the radio with&lt;/p&gt;
&lt;p&gt;if(!&amp;nbsp;BluetoothRadio.IsSupported )&amp;nbsp; return false;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Everything works great except when the app is launched without the BT dongle plugged and&amp;nbsp;a console screen comes up with the following.&lt;/p&gt;
&lt;p&gt;System.MissingMethodException: Can&amp;#39;t find PInvoke DLL &amp;#39;SS1BTPS.dll&amp;#39;&lt;/p&gt;
&lt;p&gt;System.PlatformNotSupportedException: Microsoft Bluetooth Stack not supported (radio)&lt;/p&gt;
&lt;p&gt;System.PlatformNotSupportedException:&amp;nbsp;Broadcom Bluetooth Stack not supported (radio)&lt;/p&gt;
&lt;p&gt;How do I turn off these console output?&amp;nbsp; Or is there another way to detect if the dongle is connected before using IsSupported?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item><item><title>BluetoothWin32Authentication &amp; its call back function</title><link>http://inthehand.com/forums/thread/13860.aspx</link><pubDate>Wed, 07 Dec 2011 20:34:56 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13860</guid><dc:creator>mravi</dc:creator><slash:comments>1</slash:comments><comments>http://inthehand.com/forums/thread/13860.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13860</wfw:commentRss><description>&lt;p&gt;I am a beginner. &lt;/p&gt;
&lt;p&gt;I am trying to use BluetoothWin32Authentication and the call back event handler on windows7 and vista for pairing.&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;&amp;nbsp;read in the 32feet.net website regarding it but could not produce code which could work.Could you please help me??&lt;/p&gt;
&lt;p&gt;I could pair the devices with Bluetoothsecurity.PairRequest() function.But i would like to use the BluetoothWin32Authentication and its callback function.&lt;/p&gt;
&lt;p&gt;Kindly do the needful.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ravi M&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Repeatedly accepting connections by one bluetooth device</title><link>http://inthehand.com/forums/thread/13852.aspx</link><pubDate>Sun, 04 Dec 2011 10:49:42 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:13852</guid><dc:creator>zerone</dc:creator><slash:comments>1</slash:comments><comments>http://inthehand.com/forums/thread/13852.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=13852</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi Alan this is my code. I have a server side listner with a While loop which is designed to accept connections repeatedly one after the other.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;u&gt;Client Side.&lt;/u&gt;&lt;/p&gt;&lt;p&gt;BluetoothClient client = new BluetoothClient();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BluetoothDeviceInfo[ discoverableDevices = client.DiscoverDevices();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Guid serviceGuid = BluetoothService.SerialPort;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (BluetoothDeviceInfo bdi in discoverableDevices)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BluetoothAddress address = bdi.DeviceAddress;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BluetoothEndPoint ep = new BluetoothEndPoint(address, serviceGuid);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; client.Connect(ep);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stream myStream = client.GetStream();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte[ buffer = new byte[1024];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string message = &amp;quot;I am connected&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; buffer = Encoding.ASCII.GetBytes(message);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myStream.Write(buffer, 0, buffer.Length);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;u&gt;Server Side&lt;/u&gt;&lt;/p&gt;&lt;p&gt;while (true)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BluetoothClient client = new BluetoothClient();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Guid serviceGuid = BluetoothService.SerialPort;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BluetoothListener listner = new BluetoothListener(serviceGuid);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; listner.Start();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; client = listner.AcceptBluetoothClient();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; byte[ buffer = new byte[1024];&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stream myStream = client.GetStream();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int length = myStream.Read(buffer, 0, buffer.Length);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; string message = Encoding.ASCII.GetString(buffer, 0, length);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;* the foreach loop only run once - and the message is succefully sent for once. While leaveing the server as it is, I stop the client again and run, but then it doesn&amp;#39;t work. Where have I gone wrong. I tried both client and stream close() and dispose() on the server at the end of loop but tesult is the same. Please help.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thank you very much. &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>