Gadgetbridge/app/src/main/java/nodomain/freeyourgadget/gadgetbridge/btle
cpfeiffer 880dc7b3a4 Improve BLE gatt handling
- close() the gatt instance when explicitly disconnecting
- create a new gatt instance when explicitly connecting

Unfortunately I still appear to get spontaneous disconnects after some
notifications.
2015-05-22 23:18:29 +02:00
..
AbstractBTLEDeviceSupport.java Improve BLE gatt handling 2015-05-22 23:18:29 +02:00
BtLEAction.java Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
BtLEQueue.java Improve BLE gatt handling 2015-05-22 23:18:29 +02:00
GattCallback.java Remove id and index from GBDeviceApp in favor of UUIDs 2015-05-18 20:56:19 +02:00
ReadAction.java Create the wait-latch before running the action, and only if neeeded 2015-05-17 21:55:02 +02:00
Transaction.java reformat code with androidstudio 2015-04-19 11:28:03 +02:00
TransactionBuilder.java Search & replace: use slf4j for logging instead of Logcat directly 2015-05-12 06:33:37 +02:00
WaitAction.java Create the wait-latch before running the action, and only if neeeded 2015-05-17 21:55:02 +02:00
WriteAction.java Create the wait-latch before running the action, and only if neeeded 2015-05-17 21:55:02 +02:00