| Package | Description |
|---|---|
| ej.bluetooth.util | |
| ej.bluetooth.util.server |
| Modifier and Type | Method and Description |
|---|---|
BluetoothPayloadBuilder |
BluetoothPayloadBuilder.append(byte type,
byte value)
Appends a byte payload.
|
BluetoothPayloadBuilder |
BluetoothPayloadBuilder.append(byte type,
byte[] value)
Appends a byte array payload.
|
BluetoothPayloadBuilder |
BluetoothPayloadBuilder.append(byte type,
java.lang.String value)
Appends a String payload.
|
BluetoothPayloadBuilder |
BluetoothPayloadBuilder.remove(byte type)
Appends a String payload.
|
| Constructor and Description |
|---|
BasicBluetoothServer(ej.bluetooth.BluetoothAdapter adapter,
BluetoothPayloadBuilder bluetoothPayloadBuilder)
Instantiates a new
BasicBluetoothServer. |