mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
make sync BLE operations timeout a bit shorter
This commit is contained in:
parent
6d463334a5
commit
8b3817964e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue