What are the j2me bluetooth frameworks available?
I am new to J2ME. I am working on a software which will send a image (taken from the camera) to a pc for further processing and am looking for a bluetooth framework. What are the ones, with good document开发者_开发百科ation and examples, available ?
Bluetooth APIs for J2ME are defined JSR 82: Java APIs for Bluetooth.
For usage information you can read for example:
- Using the Java APIs for Bluetooth Wireless Technology, Part 1 - API Overview
- Using the Java APIs for Bluetooth, Part 2 - Putting the Core APIs to Work
精彩评论