| Interface | Description |
|---|---|
| IBluetoothDiscoveryListener |
TODO: introduce an abstraction layer to remove
BluetoothDevice and to use IBlaubotDevice instead |
| Class | Description |
|---|---|
| BlaubotBluetoothAdapter |
BlaubotAdapter-Bluetooth implementation for android.
|
| BlaubotBluetoothBeacon |
A beacon implementation for bluetooth on android.
|
| BlaubotBluetoothConnection |
An android specific
IBlaubotConnection implementation for bluetooth. |
| BlaubotBluetoothConnectionAcceptor |
An Acceptor handling incoming bluetooth connections for android devices.
|
| BlaubotBluetoothConnector |
Bluetooth connector implementation for android.
|
| BlaubotBluetoothDevice |
Wrapper Object for android's
BluetoothDevice objects only for the bluetooth beacon. |
| BlaubotBluetoothDeviceDiscoveryReceiver |
Decoupled receiver object to find devices via the bluetooth adapter's discovery method.
|
| BluetoothConnectionMetaDataDTO |
The acceptor meta data class for the bluetooth acceptor
|