| | Bluetooth |
This class represents the bluetooth extension providing access to the
bluetooth functionality on
Using the Bluetooth APIs, an Android application can perform the following:
Scan for other Bluetooth devices
Query the local Bluetooth adapter for paired Bluetooth devices
Establish RFCOMM channels
Connect to other devices through service discovery
Transfer data to and from other devices
Manage multiple connections
Creating a connection between devices
For a bluetooth connection there must be a 'server' or a listener and
a 'client' or connector. |