diff --git a/app/src/main/java/com/geeksville/mesh/service/SafeBluetooth.kt b/app/src/main/java/com/geeksville/mesh/service/SafeBluetooth.kt index 4dbc4f771..988c49877 100644 --- a/app/src/main/java/com/geeksville/mesh/service/SafeBluetooth.kt +++ b/app/src/main/java/com/geeksville/mesh/service/SafeBluetooth.kt @@ -209,6 +209,9 @@ class SafeBluetooth(private val context: Context, private val device: BluetoothD closeGatt() // Close the old non-auto connection lowLevelConnect(true) } + } else if (status == 147) { + info("got 147, calling lostConnection()") + lostConnection("code 147") } if (status == 257) { // mystery error code when phone is hung