public class BleGattCallbackTimeoutException extends BleGattException
BluetoothGatt has returned true (succeeded) but the corresponding
BluetoothGattCallback callback was not called after a certain time (usually 30 seconds)
which is considered a Android OS BLE Stack misbehaviourUNKNOWN_STATUS| Constructor and Description |
|---|
BleGattCallbackTimeoutException(android.bluetooth.BluetoothGatt gatt,
BleGattOperationType bleGattOperationType) |
getBleGattOperationType, getMacAddress, getStatuspublic BleGattCallbackTimeoutException(android.bluetooth.BluetoothGatt gatt,
BleGattOperationType bleGattOperationType)