public class BleIllegalOperationException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
java.util.UUID |
characteristicUUID |
int |
neededProperties |
int |
supportedProperties |
| Constructor and Description |
|---|
BleIllegalOperationException(java.lang.String message,
java.util.UUID characteristicUUID,
int supportedProperties,
int neededProperties) |