change to sync api mostly complte

This commit is contained in:
geeksville 2020-02-04 12:12:29 -08:00
parent cc28333ff7
commit dc8cb8446c
5 changed files with 146 additions and 95 deletions

View file

@ -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