Package | Description |
---|---|
ej.bluetooth |
Contains Bluetooth classes.
|
Modifier and Type | Method and Description |
---|---|
BluetoothUuid |
BluetoothService.getUuid()
Returns the UUID of this service.
|
BluetoothUuid |
BluetoothAttribute.getUuid()
Returns the UUID of this attribute.
|
Modifier and Type | Method and Description |
---|---|
BluetoothCharacteristic |
BluetoothService.findCharacteristic(BluetoothUuid characteristicUuid)
Finds the characteristic of this service which matches the given UUID.
|
BluetoothDescriptor |
BluetoothCharacteristic.findDescriptor(BluetoothUuid descriptorUuid)
Finds the descriptor of this characteristic which matches the given UUID.
|
BluetoothService |
BluetoothService.findIncludedService(BluetoothUuid serviceUuid)
Finds the service included by this service which matches the given UUID.
|
BluetoothService |
BluetoothDevice.findService(BluetoothUuid serviceUuid)
Returns the service with the given UUID.
|
BluetoothService |
BluetoothAdapter.findService(BluetoothUuid serviceUuid)
Returns the service with the given UUID.
|
Constructor and Description |
---|
BluetoothCharacteristic(BluetoothUuid uuid,
int properties,
int permissions)
Creates a local characteristic with the given UUID, properties and permissions.
|
BluetoothDescriptor(BluetoothUuid uuid,
int permissions)
Creates a local descriptor with the given UUID and permissions.
|
BluetoothService(BluetoothUuid uuid,
BluetoothService.Type type)
Creates a local service with the given UUID and type.
|