BluetoothError

class BluetoothError(exception: BluetoothException) : BleError(source)

Wraps a generic BluetoothException. The reconnection strategy depends on the nature of the Bluetooth error.

Parameters

exception

The underlying BluetoothException.

Constructors

Link copied to clipboard
constructor(exception: BluetoothException)