<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Java Bluetooth Forum</title>
	<atom:link href="http://www.jsr82.com/java-bluetooth-forum/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jsr82.com/java-bluetooth-forum/</link>
	<description>Articles, Tutorials and Discussion Forums about Java Bluetooth Programming and JSR-82 Bluetooth API</description>
	<lastBuildDate>Tue, 02 Mar 2010 00:18:33 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chandra</title>
		<link>http://www.jsr82.com/java-bluetooth-forum/comment-page-1/#comment-173</link>
		<dc:creator>Chandra</dc:creator>
		<pubDate>Sun, 21 Feb 2010 20:49:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.jsr82.com/java-bluetooth-forum/#comment-173</guid>
		<description>I am getting the following exception, while creating a connection.

Exception in thread &quot;main&quot; java.io.IOException: java.io.IOException: Failed to create connection
	at javax.microedition.io.Connector.openPrim(Unknown Source)
	at javax.microedition.io.Connector.open(Unknown Source)
	at javax.microedition.io.Connector.open(Unknown Source)
	at javax.microedition.io.Connector.open(Unknown Source)
	at SampleSPPServer.startServer(SampleSPPServer.java:27)
	at SampleSPPServer.main(SampleSPPServer.java:63)


Code snippet
------------
String connectionString = &quot;btspp://localhost:&quot; + uuid +&quot;;name=SPPServer&quot;;
               //open server url
        StreamConnectionNotifier streamConnNotifier = (StreamConnectionNotifier)Connector.open( connectionString );</description>
		<content:encoded><![CDATA[<p>I am getting the following exception, while creating a connection.</p>
<p>Exception in thread &#8220;main&#8221; java.io.IOException: java.io.IOException: Failed to create connection<br />
	at javax.microedition.io.Connector.openPrim(Unknown Source)<br />
	at javax.microedition.io.Connector.open(Unknown Source)<br />
	at javax.microedition.io.Connector.open(Unknown Source)<br />
	at javax.microedition.io.Connector.open(Unknown Source)<br />
	at SampleSPPServer.startServer(SampleSPPServer.java:27)<br />
	at SampleSPPServer.main(SampleSPPServer.java:63)</p>
<p>Code snippet<br />
&#8212;&#8212;&#8212;&#8212;<br />
String connectionString = &#8220;btspp://localhost:&#8221; + uuid +&#8221;;name=SPPServer&#8221;;<br />
               //open server url<br />
        StreamConnectionNotifier streamConnNotifier = (StreamConnectionNotifier)Connector.open( connectionString );</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LOOOLA</title>
		<link>http://www.jsr82.com/java-bluetooth-forum/comment-page-1/#comment-93</link>
		<dc:creator>LOOOLA</dc:creator>
		<pubDate>Fri, 31 Oct 2008 12:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jsr82.com/java-bluetooth-forum/#comment-93</guid>
		<description>Hello..


I am new in Bluetooth programming..in my project I must have more than 7 slaves in a piconet..and I was read that I can do this using parked mode.. by sending LMP_park_req from the master and then a slave will reply...etc.

but my problem is how to write a program that uses these PDUs..I search a lot but I didn&#039;t find any code?

plz help me 
thanks ...</description>
		<content:encoded><![CDATA[<p>Hello..</p>
<p>I am new in Bluetooth programming..in my project I must have more than 7 slaves in a piconet..and I was read that I can do this using parked mode.. by sending LMP_park_req from the master and then a slave will reply&#8230;etc.</p>
<p>but my problem is how to write a program that uses these PDUs..I search a lot but I didn&#8217;t find any code?</p>
<p>plz help me<br />
thanks &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.jsr82.com/java-bluetooth-forum/comment-page-1/#comment-87</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 03 Sep 2008 08:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.jsr82.com/java-bluetooth-forum/#comment-87</guid>
		<description>I think you need to change the setting on your simulator.If you are using KToolbar by sun, then when you open a project, go to settings select custom from the dropdown list and select Bluetooth/J2Me 82 checkbox.</description>
		<content:encoded><![CDATA[<p>I think you need to change the setting on your simulator.If you are using KToolbar by sun, then when you open a project, go to settings select custom from the dropdown list and select Bluetooth/J2Me 82 checkbox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.jsr82.com/java-bluetooth-forum/comment-page-1/#comment-62</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 25 Mar 2008 21:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jsr82.com/java-bluetooth-forum/#comment-62</guid>
		<description>I&#039;m getting the exact same thing as you Lee.  Did you figure out the problem?</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the exact same thing as you Lee.  Did you figure out the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.jsr82.com/java-bluetooth-forum/comment-page-1/#comment-32</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Thu, 06 Dec 2007 18:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jsr82.com/java-bluetooth-forum/#comment-32</guid>
		<description>I am new to the J2ME BlueTooth programming, just go through the example of Device Discovery,i go an error below when i run this program?
Exception in thread &quot;main&quot; java.lang.ExceptionInInitializerError
	at com.jsrsoft.eb.nw.LD.gld(Unknown Source)
	at javax.bluetooth.LocalDevice.(Unknown Source)
	at javax.bluetooth.LocalDevice.getLocalDevice(Unknown Source)
	at test.BluetoothDeviceDiscovery.main(BluetoothDeviceDiscovery.java:35)
Caused by: java.lang.RuntimeException: Include ElectricBlue library in the path
	at com.jsrsoft.eb.nw.NW.(Unknown Source)

Does anyone give me a little help at this stage?</description>
		<content:encoded><![CDATA[<p>I am new to the J2ME BlueTooth programming, just go through the example of Device Discovery,i go an error below when i run this program?<br />
Exception in thread &#8220;main&#8221; java.lang.ExceptionInInitializerError<br />
	at com.jsrsoft.eb.nw.LD.gld(Unknown Source)<br />
	at javax.bluetooth.LocalDevice.(Unknown Source)<br />
	at javax.bluetooth.LocalDevice.getLocalDevice(Unknown Source)<br />
	at test.BluetoothDeviceDiscovery.main(BluetoothDeviceDiscovery.java:35)<br />
Caused by: java.lang.RuntimeException: Include ElectricBlue library in the path<br />
	at com.jsrsoft.eb.nw.NW.(Unknown Source)</p>
<p>Does anyone give me a little help at this stage?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jet Ma</title>
		<link>http://www.jsr82.com/java-bluetooth-forum/comment-page-1/#comment-22</link>
		<dc:creator>Jet Ma</dc:creator>
		<pubDate>Wed, 24 Oct 2007 05:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.jsr82.com/java-bluetooth-forum/#comment-22</guid>
		<description>learning java bluetooth</description>
		<content:encoded><![CDATA[<p>learning java bluetooth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nabeel</title>
		<link>http://www.jsr82.com/java-bluetooth-forum/comment-page-1/#comment-17</link>
		<dc:creator>nabeel</dc:creator>
		<pubDate>Mon, 27 Aug 2007 07:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jsr82.com/java-bluetooth-forum/#comment-17</guid>
		<description>i am working on a project in pervasive computing based on java in which we will be a utilizing bluetooth communication.</description>
		<content:encoded><![CDATA[<p>i am working on a project in pervasive computing based on java in which we will be a utilizing bluetooth communication.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
