No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
Hello to all My Program is a connect between the mobile and laptop via Bluetooth,And send msg from mobile to the laptop, and vice versa via Bluetooth the server located on the laptop I used JSE with using BlueCove, and a client on the mobile phone using j2me both develop …
hi mahdi68 public class Midlet extends MIDlet implements CommandListener u should write public class Midlet extends MIDlet implements CommandListener,DiscoveryListener { and use this one for device discovery [CODE] try { if (!agent.startInquiry(DiscoveryAgent.GIAC, this)) { // Inquiry not started, error handling code here } } catch (BluetoothStateException bse) { // Error …
The End.
newbi in jme