You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
SmartGattLib
2
2
============
3
3
4
-
SmartGattLib is a Java library that simplifies the work with Bluetooth SMART devices (a.k.a Bluetooth Low Energy in Bluetooth 4.0). It provides all UUIDs of the adopted [GATT specification](http://developer.bluetooth.org/gatt/Pages/default.aspx) and an convenient way to interpret the characteristics (e.g. Heart Rate, BatteryLevel).
4
+
SmartGattLib is a Java library that simplifies the work with **Bluetooth SMART** devices (a.k.a **Bluetooth Low Energy** in Bluetooth 4.0). It provides all UUIDs of the adopted [GATT specification](http://developer.bluetooth.org/gatt/Pages/default.aspx) and an convenient way to interpret the characteristics (e.g. Heart Rate, BatteryLevel).
5
5
6
6
### Implemented and tested characteristics ###
7
7
@@ -12,7 +12,7 @@ SmartGattLib is a Java library that simplifies the work with Bluetooth SMART dev
12
12
* More to come. Please commit pull request to add more characteristics.
13
13
14
14
### Compatibility ###
15
-
The library has no dependencies and can be use with every Bluetooth SMART stack e.g.:
15
+
The library has **no dependencies** and can be use with **every Bluetooth SMART stack** e.g.:
16
16
17
17
* Android API Level 18 (available soon)
18
18
*[Samsung BLE SDK](http://developer.samsung.com/ble)
0 commit comments