-
- All Implemented Interfaces:
-
java.io.Serializable
public class BleGattCannotStartException extends BleGattException
An exception emitted from com.polidea.rxandroidble2.RxBleConnection functions when the underlying BluetoothGatt returns `false` from readRemoteRssi or other functions associated with device interaction.
-
-
Constructor Summary
Constructors Constructor Description BleGattCannotStartException(BleGattOperationType bleGattOperationType)BleGattCannotStartException(BluetoothGatt gatt, 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
-
BleGattCannotStartException
BleGattCannotStartException(BleGattOperationType bleGattOperationType)
-
BleGattCannotStartException
BleGattCannotStartException(BluetoothGatt gatt, BleGattOperationType bleGattOperationType)
-
-
-
-