mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
change to sync api mostly complte
This commit is contained in:
parent
cc28333ff7
commit
dc8cb8446c
5 changed files with 146 additions and 95 deletions
|
|
@ -22,7 +22,7 @@ class SafeBluetooth(private val context: Context, private val device: BluetoothD
|
|||
Logging {
|
||||
|
||||
/// Timeout before we declare a bluetooth operation failed
|
||||
private val timeoutMsec = 30 * 1000L
|
||||
var timeoutMsec = 5 * 1000L
|
||||
|
||||
/// Users can access the GATT directly as needed
|
||||
lateinit var gatt: BluetoothGatt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue