iOS HMLinkError
Link Error is an enum representing an error a link encountered.
Values
Bluetooth is turned off
Declaration
.bluetoothOff
Bluetooth is not authorised for this framework (app)
Declaration
.bluetoothUnauthorised
A command has not yet received a response
Declaration
.commandInProgress
When the command being sent is too big
Declaration
.commandTooBig
Framework encountered an internal error (commonly related to invalid data received)
Declaration
.internalError
The signature for the command was invalid
Declaration
.invalidSignature
The certificates storage database is full
Declaration
.storageFull
Command timed out
Declaration
.timeout
The HMLink is not connected
Declaration
.notConnected
The app is not authorised with the connected link to perform the action
Declaration
.unauthorised
Bluetooth low energy is unavailable for this device
Declaration
.unsupported