Skip to content

Commit 87a077f

Browse files
committed
Readme update
1 parent fa970a3 commit 87a077f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: moustache/README.mo

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44

55
An Android library that solves a lot of Android's Bluetooth Low Energy problems.
66

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+
720
## Importing
821

922
The library may be found on Maven Central repository.

0 commit comments

Comments
 (0)