Package de.enough.polish.bluetooth

Bluetooth helper classes like a stream over L2CAP implementation or a DiscoveryHelper.

See:
          Description

Interface Summary
L2CapStream Defines constants that are used by both input and output stream
ScannerListener Is notified when a scanner run resulted in new results.
 

Class Summary
BluetoothDevice Combines a remote devive with it's class.
DiscoveryHelper Provides easy access for finding devices and services
DiscoveryScanner Regularly discovers new bluetooth devices.
L2CapInputStream Provides an InputStream over an L2CAP Bluetooth Connection
L2CapOutputStream An OutputStream over an L2CAP bluetooth connection
L2CapStreamConnection Provides a stream connection over the (packet oriented) L2CAP bluetooth protocol
 

Package de.enough.polish.bluetooth Description

Bluetooth helper classes like a stream over L2CAP implementation or a DiscoveryHelper.