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

Init BluetoothGatt for Connected devices #50

Closed cristian-ich closed 3 years ago

cristian-ich commented 3 years ago

Fixes # GattConnection for Connected devices

description

When a connected device is added, we need to also initialise BluetoothGatt, not just connection state

changes

how tested