This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop ExperimentalCoroutinesApi annotation in GattCallback (#54)
Since `GattCallback` in an `internal` class, it's properties are not part of the public API, so using `@ExperimentalCoroutinesApi` is superfluous.
- Loading branch information