<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - Windows programming bluetooth - Comments</title>
 <link>http://www.newlc.com/topic-3707</link>
 <description>Comments for &quot;Windows programming bluetooth&quot;</description>
 <language>en</language>
<item>
 <title>Re: Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-44713</link>
 <description>&lt;p&gt;Hi, I&#039;m trying to write a server and client application for two USB Bluetooth dongles, to communicate with each other, but I have a problem: I got SOCKET_ERROR when I&#039;m trying to create a socket:&lt;/p&gt;

&lt;p&gt; &lt;code&gt;SOCKET server = socket(AF_BTH, SOCK_STREAM, BTHPROTO_RFCOMM);&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I use Windows Platform SDK and Visual Studio 2003. My dongle uses BlueSoleil.&lt;/p&gt;

&lt;p&gt;Can somebody help me please?  &lt;img src=&quot;/sites/all/modules/smileys/packs/example/puzzled.png&quot; title=&quot;Puzzled&quot; alt=&quot;Puzzled&quot; /&gt; &lt;/p&gt;</description>
 <pubDate>Fri, 22 Feb 2008 11:55:34 +0100</pubDate>
 <dc:creator>csienke</dc:creator>
 <guid isPermaLink="false">comment 44713 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-11146</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;hi Bad_r,&lt;br /&gt;im doing a project related to secure data transfer between a pc and a mobile, i need a software that sends fiels from a computer to mobile, plz give the info that u have, so that it will be greatful for me to continue my project.&lt;/div&gt;</description>
 <pubDate>Fri, 03 Mar 2006 08:36:31 +0100</pubDate>
 <dc:creator>dombax</dc:creator>
 <guid isPermaLink="false">comment 11146 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-11145</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;i&amp;#039;m doing a similer thing, using a package called 32feet.com solved the problem of sending files from computer to mobile, but sending a file from mobile to computer stays impossible. can anybody help me with that.&lt;/div&gt;</description>
 <pubDate>Sat, 28 Jan 2006 02:59:12 +0100</pubDate>
 <dc:creator>bad_r</dc:creator>
 <guid isPermaLink="false">comment 11145 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-11144</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi,&lt;br /&gt;&lt;br /&gt;My app on windows should send and receive a number to a known phone. To only one phone that will act as the master. The app on windows will ack as the client.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 07 Jul 2005 18:03:12 +0200</pubDate>
 <dc:creator>whitetiger</dc:creator>
 <guid isPermaLink="false">comment 11144 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-11143</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Only way to receive files &amp;quot;without authorization&amp;quot; is to pair the devices and set the sending device as parmanently authorized from the phone. So this won&amp;#039;t really help you because I think you are trying to send files and stuff to phones unknown to you.&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 07 Jul 2005 06:17:47 +0200</pubDate>
 <dc:creator>spide</dc:creator>
 <guid isPermaLink="false">comment 11143 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-11142</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;hi,&lt;br /&gt;&lt;br /&gt;I downloaded the ms sdk sp2 but i have no idea as how to compile and run programs. should i install visaul studio 6 or 7 ? &lt;br /&gt;&lt;br /&gt;thanks&lt;/div&gt;</description>
 <pubDate>Wed, 06 Jul 2005 20:39:19 +0200</pubDate>
 <dc:creator>whitetiger</dc:creator>
 <guid isPermaLink="false">comment 11142 at http://www.newlc.com</guid>
</item>
<item>
 <title>Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-11141</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote from: choueiry&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;hi corben&lt;br /&gt;i have a project on bluetooth devices.&lt;br /&gt;I&#039;m currently trying to send files to a mobile phone without authentication and without additionnal soft on the phone. I&#039;m using Visual C++ .NET. Is it possible using winsock ? &lt;br /&gt;Creating a socket with OBEX_PROTOCOL_UUID as serviceClassId is enough to connect to a mobile phone and send files or there is something else to do ? &lt;br /&gt;And are there alternatives to winsock ? &lt;br /&gt;Did u find any code ?&lt;br /&gt;Regards. &lt;br /&gt;Choueiry&lt;/div&gt;&lt;br /&gt;I don&#039;t think it is possible to send files without authentication. The only thing that I know is that with some software on linux you can read personal data (agenda, phonebook, messages...) on the phone without authentication, but I don&#039;t know if it is possible also to write files. In any case this is not so &amp;quot;legal&amp;quot;.&lt;br /&gt;&lt;br /&gt;To know how to program bluetooth under windows take a look at the didster first reply, that are the only way to program bluetooth I&#039;ve found.&lt;br /&gt;&lt;br /&gt;Bye!&lt;br /&gt;Corben&lt;/div&gt;</description>
 <pubDate>Fri, 06 May 2005 09:55:32 +0200</pubDate>
 <dc:creator>Corben</dc:creator>
 <guid isPermaLink="false">comment 11141 at http://www.newlc.com</guid>
</item>
<item>
 <title>Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-11140</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;hi corben&lt;br /&gt;i have a project on bluetooth devices.&lt;br /&gt;I&#039;m currently trying to send files to a mobile phone without authentication and without additionnal soft on the phone. I&#039;m using Visual C++ .NET. Is it possible using winsock ? &lt;br /&gt;Creating a socket with OBEX_PROTOCOL_UUID as serviceClassId is enough to connect to a mobile phone and send files or there is something else to do ? &lt;br /&gt;And are there alternatives to winsock ? &lt;br /&gt;Did u find any code ?&lt;br /&gt;Regards. &lt;br /&gt;Choueiry&lt;/div&gt;</description>
 <pubDate>Fri, 06 May 2005 00:00:05 +0200</pubDate>
 <dc:creator>choueiry</dc:creator>
 <guid isPermaLink="false">comment 11140 at http://www.newlc.com</guid>
</item>
<item>
 <title>Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-11139</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;No, sorry, there was a misunderstanding... In MY case was solved, because my application target was to make just a demonstration, not a commercial software!&lt;br /&gt;&lt;br /&gt;I&#039;m sorry!&lt;br /&gt;Corben&lt;/div&gt;</description>
 <pubDate>Tue, 29 Mar 2005 10:15:23 +0200</pubDate>
 <dc:creator>Corben</dc:creator>
 <guid isPermaLink="false">comment 11139 at http://www.newlc.com</guid>
</item>
<item>
 <title>Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-11138</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;div class=&quot;quoteheader&quot;&gt;Quote from: Corben&lt;/div&gt;&lt;div class=&quot;quote&quot;&gt;The way the software arrives in the users phone and start a bluetooth discovery is already been solved.&lt;/div&gt;&lt;br /&gt;Really?! How?! &amp;nbsp;That would be quite magical if it all happened automatically. &amp;nbsp;Do you need any user intervention to receive/install the application?&lt;/div&gt;</description>
 <pubDate>Tue, 29 Mar 2005 04:57:41 +0200</pubDate>
 <dc:creator>e_dawg</dc:creator>
 <guid isPermaLink="false">comment 11138 at http://www.newlc.com</guid>
</item>
<item>
 <title>Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-11137</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;hey corben! i have a project almost similar to yours but i don&#039;t know how to start.. can you please help me? how did you automatically send messages to phones? can you give me some ideas? thank you very much&lt;/div&gt;</description>
 <pubDate>Sat, 01 Jan 2005 18:08:06 +0100</pubDate>
 <dc:creator>rough_divide</dc:creator>
 <guid isPermaLink="false">comment 11137 at http://www.newlc.com</guid>
</item>
<item>
 <title>Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-11136</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I&#039;m trying to make a software in a context of Ambient Intelligence. I want that when someone arrives in my Ambient, his phone automatically receive message (message box, not sms) giving informations needed... The way the software arrives in the users phone and start a bluetooth discovery is already been solved.&lt;br /&gt;&lt;br /&gt;I only need a sort of server on windows ready to manage the informations given by the phones.&lt;br /&gt;&lt;br /&gt;With the didster&#039;s link I think I will be able to solve this problem... At least I hope it... &lt;img src=&quot;/sites/all/modules/smf_filter/smf_smileys/tongue.gif&quot; alt=&quot;Tongue&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Bye!&lt;br /&gt;Corben&lt;/div&gt;</description>
 <pubDate>Thu, 18 Nov 2004 09:46:14 +0100</pubDate>
 <dc:creator>Corben</dc:creator>
 <guid isPermaLink="false">comment 11136 at http://www.newlc.com</guid>
</item>
<item>
 <title>Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-11135</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;hmm, what you are trying to do? If you are just gonna transfer information between mobile phone and computer then there is also couple work around options, not really bt, but anyway.&lt;br /&gt;&lt;br /&gt;1.) one option use tcp/ip connection when mrouter connection is up, from phone. Computer is named then wsockhost.mrouter , but you cannot make connection from computer to phone. &amp;nbsp;&lt;br /&gt;&lt;br /&gt;2.) Another option is to use Symbian Connectivity SDK from symbian.com, where is some stuff for that, but again not really &amp;nbsp;bt stuff.&lt;br /&gt;&lt;br /&gt;3.) You can try find widcomms debugger and parse stuff from it log. There is example for that kind application from here &lt;a href=&quot;http&amp;#58;//www.ephebe.f2s.com/ProximityConnector.htm&quot; target=&quot;_blank&quot;&gt;http://www.ephebe.f2s.com/ProximityConnector.htm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;anyway bluetooth is used to be badly supported under windows..&lt;/div&gt;</description>
 <pubDate>Wed, 17 Nov 2004 16:24:29 +0100</pubDate>
 <dc:creator>Anonymous</dc:creator>
 <guid isPermaLink="false">comment 11135 at http://www.newlc.com</guid>
</item>
<item>
 <title>Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-11134</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Ok.&lt;br /&gt;&lt;br /&gt;Bare in mind this sort of app only works when its the phone (or any other device) that starts the connection. &amp;nbsp;If you wish to discover and connect to a device from the PC, then you must use an SDK&lt;/div&gt;</description>
 <pubDate>Wed, 17 Nov 2004 13:01:34 +0100</pubDate>
 <dc:creator>didster</dc:creator>
 <guid isPermaLink="false">comment 11134 at http://www.newlc.com</guid>
</item>
<item>
 <title>Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707#comment-11133</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;No I&#039;m using Visual Studio 6...&lt;br /&gt;&lt;br /&gt;Ok I will try to undestand the example... Really thank you for the help!&lt;br /&gt;&lt;br /&gt;Corben&lt;/div&gt;</description>
 <pubDate>Wed, 17 Nov 2004 11:58:13 +0100</pubDate>
 <dc:creator>Corben</dc:creator>
 <guid isPermaLink="false">comment 11133 at http://www.newlc.com</guid>
</item>
<item>
 <title>Windows programming bluetooth</title>
 <link>http://www.newlc.com/topic-3707</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/topic-3707&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/topic-3707#comments</comments>
 <category domain="http://www.newlc.com/forums/bluetooth">Bluetooth &amp;amp; Wifi</category>
 <pubDate>Tue, 16 Nov 2004 15:16:28 +0100</pubDate>
 <dc:creator>Corben</dc:creator>
 <guid isPermaLink="false">4604 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
