mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
This workaround is: If we fail in that way during initial device connection we disconnect() and try again 500 ms later.
5 lines
No EOL
120 B
Kotlin
5 lines
No EOL
120 B
Kotlin
package com.geeksville.mesh.service
|
|
|
|
import java.io.IOException
|
|
|
|
open class BLEException(msg: String) : IOException(msg) |