Fitbit / bitgatt

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

Fix Stale bluetooth enabled status and unit test updates #30

Closed khanmurtuza closed 4 years ago

khanmurtuza commented 4 years ago

fixes

Fix Stale Bluetooth enabled status and unit test updates

description

Fix issue were Ble enabled state is stored during class creation and reused when performing the operation, this could result in stale Ble enabled state when the operations are actually executed

testing

added/updated unit tests