Bluetooth API in Java ME
Article Metadata
Bluetooth API for Java ME (JSR-82) is an optional API that allows developers to communicate with other devices using Bluetooth wireless technology and to use the OBEX protocol for Object Exchange.
The API implements the Bluetooth Stack for CLDC:
It adds two packages to Java ME:
- javax.bluetooth
- javax.obex (optional)
See a Bluetooth Chat HelloWorld example.
Links
- JCP specification
- Sun resource
- Nokia resource
- Sonyericsson resource1
- Sonyericsson resource2
- Sonyericsson resource3
- Bluetooth API Master's thesis
- Other Helpful Resources



17 Sep
2009
This article is helpful to beginners about 2 classes that has to be imported in the file for bluetooth handling through application.
javax.blutooth and javax.obex This article is good explained through visual architecture.
Klonikar - jsr82 jar
Where can I get a jar to build the Bluetooth Chat Helloworld example? I tried the standard jar shipped with sun's SDK but that does not contain the Connector class.klonikar 07:21, 13 December 2011 (EET)