ConnectionError

class ConnectionError(detail: String?) : LockError

The app could not establish connection to the bluetooth device due to an error. Check detail to find out more information.

Constructors

Link copied to clipboard
fun ConnectionError(detail: String?)