Does java provide API's for laptop connectivity using bluetooth
A:
Yes. There is the Java Bluetooth API. It is designed for use in J2ME runtimes. Note that your device needs to support the Blutooth API. As of now, there are several mobile phone vendors that provide the vendor support for this.
tholomew
2010-07-31 14:36:34
A:
http://www.javabluetooth.com/development_kits.html
Of that, Bluecove is typically what you may want to use, as it works in J2SE, and if FOSS (LGPL licensed).
icarus74
2010-08-03 03:55:05