- BasicBluetoothServer - Class in ej.bluetooth.util.server
-
A bluetooth server.
- BasicBluetoothServer(BluetoothAdapter, BluetoothPayloadBuilder) - Constructor for class ej.bluetooth.util.server.BasicBluetoothServer
-
- BasicBluetoothServer(BluetoothAdapter, String) - Constructor for class ej.bluetooth.util.server.BasicBluetoothServer
-
- BasicBluetoothServer(String) - Constructor for class ej.bluetooth.util.server.BasicBluetoothServer
-
- BasicBluetoothServerService - Class in ej.bluetooth.util.server
-
A BluetoothService
that can be notified and can forward read and write request to its characteritics.
- BasicBluetoothServerService(BluetoothUuid, BluetoothService.Type) - Constructor for class ej.bluetooth.util.server.BasicBluetoothServerService
-
- BasicServerCharacteristic - Class in ej.bluetooth.util.server
-
A BluetoothCharacteristic
that can be notified and receive read and write request.
- BasicServerCharacteristic(BluetoothUuid, int, int) - Constructor for class ej.bluetooth.util.server.BasicServerCharacteristic
-
- BasicServerDescriptor - Class in ej.bluetooth.util.server
-
A descriptor that can receive write an read request.
- BasicServerDescriptor(BluetoothUuid, int) - Constructor for class ej.bluetooth.util.server.BasicServerDescriptor
-
- BluetoothPayloadBuilder - Class in ej.bluetooth.util
-
A builder of a bluetooth payload.
- BluetoothPayloadBuilder() - Constructor for class ej.bluetooth.util.BluetoothPayloadBuilder
-
Instatiates a payload without any data.
- BluetoothPayloadBuilder(byte, byte[]) - Constructor for class ej.bluetooth.util.BluetoothPayloadBuilder
-
Instantiates a payload builder with a first value.
- BluetoothPayloadBuilder(byte, byte) - Constructor for class ej.bluetooth.util.BluetoothPayloadBuilder
-
Appends a byte value.
- BluetoothPayloadBuilder(byte, String) - Constructor for class ej.bluetooth.util.BluetoothPayloadBuilder
-
Appends a String value.
- BluetoothPayloadUtil - Class in ej.bluetooth.util
-
- BluetoothServicesUtil - Class in ej.bluetooth.util
-
Service bluetooth util.