-
- All Implemented Interfaces:
-
java.io.Serializable
public class BleGattCallbackTimeoutException extends BleGattException
This exception is used when a call on a BluetoothGatt has returned true (succeeded) but the corresponding android.bluetooth.BluetoothGattCallback callback was not called after a certain time (usually 30 seconds) which is considered a Android OS BLE Stack misbehaviour
-
-
Constructor Summary
Constructors Constructor Description BleGattCallbackTimeoutException(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
-
BleGattCallbackTimeoutException
BleGattCallbackTimeoutException(BluetoothGatt gatt, BleGattOperationType bleGattOperationType)
-
-
-
-