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

fixed typo: wrong annotation #75

Closed sbang002 closed 2 years ago

sbang002 commented 2 years ago

Fixes #

description

quick bugfix to fix typo of Nullable to NonNull for line 112

changes