See: Description
| Interface | Description |
|---|---|
| BluetoothResponder |
Callback declarations for Bluetooth device and service search.
|
| BtListener |
Callback declaration when running a Bluetooth server.
|
| BtPeerListener |
Declarations of notification methods called from the class BluetoothPeer.
|
| Class | Description |
|---|---|
| BluetoothClient |
Class to create a client that connects to a server via Bluetooth.
|
| BluetoothFinder |
Class to perform an inquiry for Bluetooth devices and their services.
|
| BluetoothPeer |
Class that implements a Bluetooth peer-to-peer communication based on
the client-server model.
|
| BluetoothServer |
Class that creates a Bluetooth server thread.
|
| BtDeviceInfo |
Class to pack device information.
|
| BtServiceInfo |
Class to pack service information.
|
| PackageInfo |
Class to provide the current package version.
|
| VerboseWriter |
Class to output text information either to System.out or into a log file.
|