kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix autobug - discovery can now occur after mtu
rodzic
cff90c5bd7
commit
1be402d771
|
@ -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))
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue