-
- All Implemented Interfaces:
-
java.io.Serializable
public class BleCannotSetCharacteristicNotificationException extends BleException
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public @interfaceBleCannotSetCharacteristicNotificationException.Reason
-
Field Summary
Fields Modifier and Type Field Description public final static intUNKNOWNpublic final static intCANNOT_SET_LOCAL_NOTIFICATIONpublic final static intCANNOT_FIND_CLIENT_CHARACTERISTIC_CONFIG_DESCRIPTORpublic final static intCANNOT_WRITE_CLIENT_CHARACTERISTIC_CONFIG_DESCRIPTORprivate final BluetoothGattCharacteristicbluetoothGattCharacteristicprivate final intreason
-
Constructor Summary
Constructors Constructor Description BleCannotSetCharacteristicNotificationException(BluetoothGattCharacteristic bluetoothGattCharacteristic)BleCannotSetCharacteristicNotificationException(BluetoothGattCharacteristic bluetoothGattCharacteristic, int reason, Throwable cause)
-
Method Summary
Modifier and Type Method Description BluetoothGattCharacteristicgetBluetoothGattCharacteristic()intgetReason()Should return one of CANNOT_SET_LOCAL_NOTIFICATION, CANNOT_FIND_CLIENT_CHARACTERISTIC_CONFIG_DESCRIPTOR, CANNOT_WRITE_CLIENT_CHARACTERISTIC_CONFIG_DESCRIPTOR -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
BleCannotSetCharacteristicNotificationException
BleCannotSetCharacteristicNotificationException(BluetoothGattCharacteristic bluetoothGattCharacteristic)
-
BleCannotSetCharacteristicNotificationException
BleCannotSetCharacteristicNotificationException(BluetoothGattCharacteristic bluetoothGattCharacteristic, int reason, Throwable cause)
-
-
Method Detail
-
getBluetoothGattCharacteristic
BluetoothGattCharacteristic getBluetoothGattCharacteristic()
-
getReason
int getReason()
-
-
-
-