Package | Description |
---|---|
fr.eurogiciel.ora.bluetooth |
Modifier and Type | Interface and Description |
---|---|
static interface |
BTServer.Callback |
Modifier and Type | Class and Description |
---|---|
class |
BTServerService
This service is intented to manage buetooth communication with another device.
|
Constructor and Description |
---|
BTClient(Context context,
BTSocketListener.Callback callback,
BluetoothDevice device,
java.util.UUID serverUuid)
Connect to a bluetooth service.
|
BTSocketListener(BluetoothSocket socket,
BTSocketListener.Callback callback)
Create the thread.
|