public class BleConflictingNotificationAlreadySetException extends BleException
RxBleConnection.setupNotification(UUID)/
RxBleConnection.setupIndication(UUID) or overloads in case when an opposite
type (indication/notification) was already set.
To make it possible to set this type of notification/indication the previous one must be unsubscribed.| Constructor and Description |
|---|
BleConflictingNotificationAlreadySetException(java.util.UUID characteristicUuid,
boolean alreadySetIsIndication) |
| Modifier and Type | Method and Description |
|---|---|
java.util.UUID |
getCharacteristicUuid() |
boolean |
indicationAlreadySet() |
boolean |
notificationAlreadySet() |