-
- All Implemented Interfaces:
-
java.io.Serializable
public class BleGattCharacteristicException extends BleGattException
An exception being emitted from readCharacteristic or other characteristic related observables when the android.bluetooth.BluetoothGattCallback is called with status other than GATT_SUCCESS
-
-
Field Summary
Fields Modifier and Type Field Description public final BluetoothGattCharacteristiccharacteristic
-
Constructor Summary
Constructors Constructor Description BleGattCharacteristicException(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, 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
-
BleGattCharacteristicException
BleGattCharacteristicException(BluetoothGatt gatt, BluetoothGattCharacteristic characteristic, int status, BleGattOperationType bleGattOperationType)
-
-
-
-