mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-01 12:42:58 -04:00
Extract RadioNotConnectedException out of RadioInterfaceService
This commit is contained in:
@@ -25,10 +25,6 @@ import kotlinx.coroutines.*
|
||||
import javax.inject.Inject
|
||||
|
||||
|
||||
open class RadioNotConnectedException(message: String = "Not connected to radio") :
|
||||
BLEException(message)
|
||||
|
||||
|
||||
/**
|
||||
* Handles the bluetooth link with a mesh radio device. Does not cache any device state,
|
||||
* just does bluetooth comms etc...
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.geeksville.mesh.service
|
||||
|
||||
open class RadioNotConnectedException(message: String = "Not connected to radio") :
|
||||
BLEException(message)
|
||||
Reference in New Issue
Block a user