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


