CLDC - Bluetooth API (JSR-82)

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Using the JSR-82 API for OBEX Image Transfers by Bruce Hopkins   - [Clicks: 66]
    The purpose of this article is to provide hands-on experience with the Java APIs for Bluetooth Wireless Technology, JSR-82 API. If you're unfamiliar with the semantics of Bluetooth, don't worry. I'll cover those items with a brief introduction to the Bluetooth protocol and its use cases (called Bluetooth profiles). Because this application will demonstrate how to use Bluetooth to transfer images to other Bluetooth devices, I'll also show you how to use the File Connection API of the JSR-75 in order to have programmatic access to the file system of your mobile device. At the end of the article, we'll have a working example that's capable of transferring images (and any file for that matter) to remote Bluetooth devices.
    [Includes source code]
    http://developers.sun.com/techtopics/mobility/apis/articles/bluetoothobex/ - Nov, 2006
  • Mobile location awareness using Bluetooth and the Serendipity server by Vishal Sinha, Atul Gohad   - [Clicks: 53]
    Wireless technology has increased our connections with one another -- and, with the omnipresence of buzzing cell phones, our distractibility. But what if wireless technology could help tone down the distractions? With Bluetooth-based wireless personal area networks (WPANs) and social networking technology like the Serendipity server, it's possible.
    http://www-128.ibm.com/developerworks/library/wi-bluetooth/ - Aug, 2006
  • Add a Bluetooth text protocol to J2ME apps by Chris Bygrave   - [Clicks: 305]
    With the continuing boom of mobile devices in the communications and gaming industries, as well as the software trend toward ad hoc and peer-to-peer networks, the ability to target heterogeneous devices for networked applications (whether gaming, productivity, or information sharing) is a big advantage. In this article, learn how to use and integrate the Bluetooth API (which was introduced into Java 2 Platform, Micro Edition [J2ME] through JSR 82) into your own applications. Here, you'll find a complete Bluetooth device discovery, pairing, and messaging implementation.
    [Includes sample code]
    http://www-128.ibm.com/developerworks/wireless/library/wi-javablue/ - Mar, 2006

[Top]