1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-13 00:44:08 +02:00
Gadgetbridge/app
cpfeiffer c360eb3392 This should fix some connection problems #274
Some APIs have become synchronous, it seems, e.g.
connectGatt() -> onConnectionStateChanged() -> discoverServices() -> onServicesDiscovered()
appears to happen synchronously. So connectGatt() will not return before services are discovered!

So now we deal with this situation.
2016-05-26 19:03:38 +02:00
..
src This should fix some connection problems #274 2016-05-26 19:03:38 +02:00
build.gradle Merge branch 'master' into feature-sunrise 2016-05-23 23:52:39 +02:00
proguard-rules.pro First checkin of actual code 2015-01-07 14:00:18 +01:00