Package | Description |
---|---|
ej.bluetooth.util | |
ej.bluetooth.util.services.cts | |
ej.bluetooth.util.services.sps |
Modifier and Type | Method and Description |
---|---|
static ej.bluetooth.BluetoothCharacteristic |
ServiceHelper.getCharacteristic(ej.bluetooth.BluetoothService service,
ej.bluetooth.BluetoothUuid characteristicUuid)
Returns the characteristic with the given UUID in the given service.
|
static ej.bluetooth.BluetoothDescriptor |
ServiceHelper.getDescriptor(ej.bluetooth.BluetoothCharacteristic characteristic,
ej.bluetooth.BluetoothUuid descriptorUuid)
Returns the descriptor with the given UUID in the given characteristic.
|
Constructor and Description |
---|
CurrentTimeClient(ej.bluetooth.BluetoothConnection connection,
ej.bluetooth.BluetoothService service)
Creates a current time client, using the current time service provided by a remote device and the connection to
this device.
|
CurrentTimeServer(ej.bluetooth.BluetoothService service)
Creates a current time server, using the current time service provided by this device.
|
Constructor and Description |
---|
SerialPortClient(ej.bluetooth.BluetoothConnection connection,
ej.bluetooth.BluetoothService service)
Creates a serial port client, using the serial port service provided by a remote device and the connection to
this device.
|
SerialPortServer(ej.bluetooth.BluetoothService service)
Creates a serial port server, using the serial port service provided by this device.
|