The FitbitGatt API is designed to provide a strong state machine around all Android gatt operations with the aim of making Android BLE development across Android vendors as straightforward and side-effect free as possible.
Mozilla Public License 2.0
57
stars
17
forks
source link
Clear services should occur before notifying a new gatt server is up #37
This is to avoid any race with transactions done by the consumer and the clear services transaction
Cleaned up some repeating code after the changes