We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa970a3 commit 87a077fCopy full SHA for 87a077f
moustache/README.mo
@@ -4,6 +4,19 @@
4
5
An Android library that solves a lot of Android's Bluetooth Low Energy problems.
6
7
+> **Warning**
8
+>
9
+> This library is getting replaced by our new [Kotlin BLE Library](https://github.com/NordicSemiconductor/Kotlin-BLE-Library).
10
11
+> The new library offers the following improvements over this one:
12
+> * 100% Kotlin code
13
+> * Scanning for Bluetooth LE devices (scan results as `Flow`)
14
+> * Support for Bluetooth LE advertising
15
+> * Support for mocking BLE devices (easy testing)
16
+> * All BLE operations use `suspend` modifier or `Flow`s
17
18
+> Read more on project's Readme file.
19
+
20
## Importing
21
22
The library may be found on Maven Central repository.
0 commit comments