make sync BLE operations timeout a bit shorter

This commit is contained in:
geeksville 2020-05-24 10:47:02 -07:00
parent 6d463334a5
commit 8b3817964e

View file

@ -52,7 +52,7 @@ class SafeBluetooth(private val context: Context, private val device: BluetoothD
Logging, Closeable {
/// Timeout before we declare a bluetooth operation failed
var timeoutMsec = 30 * 1000L
var timeoutMsec = 15 * 1000L
/// Users can access the GATT directly as needed
var gatt: BluetoothGatt? = null