Bluetooth Application Programming with the Java APIs
Adoption of Bluetooth wireless technology has made great strides in the last few years. One of the biggest steps forward—the standardization of Java APIs for Bluetooth wireless technology (JABWT)—is explained in detail in this book. The JABWT standard, defined by the JSR-82 specification, supports rapid development of Bluetooth applications that are portable, secure, and highly-usable. Wireless device manufacturers have responded to the JABWT specification by announcing mobile phones and other products that will run JABWT applications. Bluetooth Application Programming with the Java APIs explains in detail how to write Bluetooth applications using the Java APIs to exploit the power of both technologies. Written by the specification lead for JSR-82 and two other key participants in the definition of JABWT, this book provides the authoritative explanations and concrete examples you need to get started right away. About the AuthorsC Bala Kumar is a Distinguished Member of the Technical Staff at Motorola. He chaired the industry expert group that defined the Java APIs for Bluetooth wireless technology. He currently leads the systems software team for wireless platforms in Motorola's Semiconductor Products Sector. Paul J. Kline is a Distinguished Member of the Technical Staff at Motorola and the maintenance lead for the JABWT specification. He currently works on the System Software Architecture team in Motorola's Semiconductor Products Sector. Timothy J. Thompson is a Senior Software Engineer on the System Software Architecture team in Motorola's Semiconductor Products Sector. He was the OBEX architect on the JABWT specification team at Motorola. - Written by experts—the authors led the industry team that defined the JABWT standard and the Motorola team that developed the first JABWT implementation - Covers JABWT in depth and goes beyond the specification to explain how to use the standard effectively - A helpful resource both to Java programmers interested in Bluetooth wireless technology and to business managers interested in its potential for creating new business opportunities - Digs deeply into the programming areas you must master to successfully design and build JABWT applications, including RFCOMM, OBEX, device discovery, service discovery, and L2CAP - Details the real-world issues involved in programming Bluetooth devices and implementing the JABWT specification - Organized into sections that explicitly address the different needs of programmers, business managers, and project managers
1134784942
Bluetooth Application Programming with the Java APIs
Adoption of Bluetooth wireless technology has made great strides in the last few years. One of the biggest steps forward—the standardization of Java APIs for Bluetooth wireless technology (JABWT)—is explained in detail in this book. The JABWT standard, defined by the JSR-82 specification, supports rapid development of Bluetooth applications that are portable, secure, and highly-usable. Wireless device manufacturers have responded to the JABWT specification by announcing mobile phones and other products that will run JABWT applications. Bluetooth Application Programming with the Java APIs explains in detail how to write Bluetooth applications using the Java APIs to exploit the power of both technologies. Written by the specification lead for JSR-82 and two other key participants in the definition of JABWT, this book provides the authoritative explanations and concrete examples you need to get started right away. About the AuthorsC Bala Kumar is a Distinguished Member of the Technical Staff at Motorola. He chaired the industry expert group that defined the Java APIs for Bluetooth wireless technology. He currently leads the systems software team for wireless platforms in Motorola's Semiconductor Products Sector. Paul J. Kline is a Distinguished Member of the Technical Staff at Motorola and the maintenance lead for the JABWT specification. He currently works on the System Software Architecture team in Motorola's Semiconductor Products Sector. Timothy J. Thompson is a Senior Software Engineer on the System Software Architecture team in Motorola's Semiconductor Products Sector. He was the OBEX architect on the JABWT specification team at Motorola. - Written by experts—the authors led the industry team that defined the JABWT standard and the Motorola team that developed the first JABWT implementation - Covers JABWT in depth and goes beyond the specification to explain how to use the standard effectively - A helpful resource both to Java programmers interested in Bluetooth wireless technology and to business managers interested in its potential for creating new business opportunities - Digs deeply into the programming areas you must master to successfully design and build JABWT applications, including RFCOMM, OBEX, device discovery, service discovery, and L2CAP - Details the real-world issues involved in programming Bluetooth devices and implementing the JABWT specification - Organized into sections that explicitly address the different needs of programmers, business managers, and project managers
75.95 In Stock
Bluetooth Application Programming with the Java APIs

Bluetooth Application Programming with the Java APIs

Bluetooth Application Programming with the Java APIs

Bluetooth Application Programming with the Java APIs

eBook

$75.95 

Available on Compatible NOOK devices, the free NOOK App and in My Digital Library.
WANT A NOOK?  Explore Now

Related collections and offers


Overview

Adoption of Bluetooth wireless technology has made great strides in the last few years. One of the biggest steps forward—the standardization of Java APIs for Bluetooth wireless technology (JABWT)—is explained in detail in this book. The JABWT standard, defined by the JSR-82 specification, supports rapid development of Bluetooth applications that are portable, secure, and highly-usable. Wireless device manufacturers have responded to the JABWT specification by announcing mobile phones and other products that will run JABWT applications. Bluetooth Application Programming with the Java APIs explains in detail how to write Bluetooth applications using the Java APIs to exploit the power of both technologies. Written by the specification lead for JSR-82 and two other key participants in the definition of JABWT, this book provides the authoritative explanations and concrete examples you need to get started right away. About the AuthorsC Bala Kumar is a Distinguished Member of the Technical Staff at Motorola. He chaired the industry expert group that defined the Java APIs for Bluetooth wireless technology. He currently leads the systems software team for wireless platforms in Motorola's Semiconductor Products Sector. Paul J. Kline is a Distinguished Member of the Technical Staff at Motorola and the maintenance lead for the JABWT specification. He currently works on the System Software Architecture team in Motorola's Semiconductor Products Sector. Timothy J. Thompson is a Senior Software Engineer on the System Software Architecture team in Motorola's Semiconductor Products Sector. He was the OBEX architect on the JABWT specification team at Motorola. - Written by experts—the authors led the industry team that defined the JABWT standard and the Motorola team that developed the first JABWT implementation - Covers JABWT in depth and goes beyond the specification to explain how to use the standard effectively - A helpful resource both to Java programmers interested in Bluetooth wireless technology and to business managers interested in its potential for creating new business opportunities - Digs deeply into the programming areas you must master to successfully design and build JABWT applications, including RFCOMM, OBEX, device discovery, service discovery, and L2CAP - Details the real-world issues involved in programming Bluetooth devices and implementing the JABWT specification - Organized into sections that explicitly address the different needs of programmers, business managers, and project managers

Product Details

ISBN-13: 9780080490533
Publisher: Morgan Kaufmann Publishers
Publication date: 10/05/2003
Series: The Morgan Kaufmann Series in Networking
Sold by: Barnes & Noble
Format: eBook
Pages: 498
File size: 5 MB

Read an Excerpt

First-to-market book gives programmers and developers insight on exploiting the power of Java and Bluetooth and gives details on creating an implementation of a device.

Table of Contents

Chapter 1 Introduction1.1 Wireless Connectivity1.2 What is Bluetooth Wireless Technology?1.3 Overview of the Bluetooth Stack architecture1.4 What is J2ME?1.5 Why Java Technology for Bluetooth Devices?1.6 SummaryChapter 2 An Overview of JABWT2.1 Goals2.2 API Characteristics and Hardware Requirements2.3 Scope2.4 SummaryChapter 3 High-Level Architecture3.1 Architecture of JABWT3.2 Bluetooth Control Center3.3 Simple JABWT Application3.4 SummaryChapter 4 RFCOMM4.1 Overview4.2 API capabilities4.3 Programming with the API4.4 SummaryChapter 5 OBEX5.1 Overview5.2 API Capabilities5.3 Programming with the API5.4 SummaryChapter 6 Device Discovery6.1 Overview6.2 API capabilities6.3 Programming with the API6.4 SummaryChapter 7 Service Discovery7.1 Overview7.2 API capabilities7.3 Programming with the API7.4 SummaryChapter 8 L2CAP8.1 Overview8.2 API Capabilities8.3 Programming with the API8.4 SummaryChapter 9 Example Applications9.1 Overview9.2 Tic-Tac-Toe MIDlet9.3 OBEX Application Download9.4 SummaryChapter 10 Implementing JABWT on a Device10.1 Porting Process10.2 Steps 1 and 2: Adding J2ME and Bluetooth support10.3 Step 3: Implementing JABWT10.4 Step 4: TCK ComplianceChapter 11 Closing RemarksAppendix A: Complete Code ExamplesAppendix B: javax.bluetooth.apiAppendix C: java.obex.apiReferencesIndex
From the B&N Reads Blog

Customer Reviews