public class BtleGattCharacteristic
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.UUID |
serviceUuid
UUID identifying the service the characteristic belongs to
|
java.util.UUID |
uuid
UUID identifying the characteristic
|
| Constructor and Description |
|---|
BtleGattCharacteristic(java.util.UUID serviceUuid,
java.util.UUID uuid) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
public final java.util.UUID serviceUuid
public final java.util.UUID uuid