mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-17 13:28:01 -04:00
fix autobug - discovery can now occur after mtu
This commit is contained in:
@@ -573,7 +573,6 @@ class SafeBluetooth(private val context: Context, private val device: BluetoothD
|
||||
}
|
||||
|
||||
fun asyncDiscoverServices(cb: (Result<Unit>) -> Unit) {
|
||||
logAssert(workQueue.isEmpty() && currentWork == null) // I don't think anything should be able to sneak in front
|
||||
queueDiscoverServices(CallbackContinuation(cb))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user