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 #31
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
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