Files
Meshtastic-Android/app
geeksville d526d11d20 Fix #32
+            // Note: To workaround https://issuetracker.google.com/issues/36995652
+            // Always call BluetoothDevice#connectGatt() with autoConnect=false
+            // (the race condition does not affect that case). If that connection times out
+            // you will get a callback with status=133. Then call BluetoothGatt#connect()
+            // to initiate a background connection.
2020-06-04 09:35:25 -07:00
..
2020-04-02 22:27:55 -07:00
2020-06-04 09:35:25 -07:00
2020-02-19 10:54:29 -08:00
2020-06-04 08:53:44 -07:00