mirror of
https://github.com/aljazceru/Android-nRF-Toolbox.git
synced 2026-01-04 15:24:19 +01:00
Fixes after blek 2.0.0-alpha06
This commit is contained in:
@@ -12,4 +12,5 @@ fun toReason(reason: Reason): String =
|
||||
is Reason.Timeout -> "Connection attempt timed out with ${reason.duration}."
|
||||
is Reason.Unknown -> "Oops...! Connection went on a coffee break."
|
||||
Reason.UnsupportedAddress -> "Device disconnected due to unsupported address."
|
||||
Reason.InsufficientAuthentication -> "Device disconnected due to insufficient authentication."
|
||||
}
|
||||
Reference in New Issue
Block a user