GattError

class GattError(exception: GattException) : BleError(source)

Wraps a generic GattException. The reconnection strategy depends on the nature of the Gatt error.

Parameters

exception

The underlying GattException.

Constructors

Link copied to clipboard
constructor(exception: GattException)