-
- All Implemented Interfaces:
-
java.io.Serializable
public class BleGattDescriptorException extends BleGattException
-
-
Field Summary
Fields Modifier and Type Field Description public final BluetoothGattDescriptordescriptor
-
Constructor Summary
Constructors Constructor Description BleGattDescriptorException(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status, BleGattOperationType bleGattOperationType)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.polidea.rxandroidble2.exceptions.BleGattException
getBleGattOperationType, getMacAddress, getStatus -
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
-
BleGattDescriptorException
BleGattDescriptorException(BluetoothGatt gatt, BluetoothGattDescriptor descriptor, int status, BleGattOperationType bleGattOperationType)
-
-
-
-