Skip to content

Commit 31e3ac4

Browse files
committed
Highlighted important facts in readme
1 parent 29de246 commit 31e3ac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SmartGattLib
22
============
33

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).
55

66
### Implemented and tested characteristics ###
77

@@ -12,7 +12,7 @@ SmartGattLib is a Java library that simplifies the work with Bluetooth SMART dev
1212
* More to come. Please commit pull request to add more characteristics.
1313

1414
### 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.:
1616

1717
* Android API Level 18 (available soon)
1818
* [Samsung BLE SDK](http://developer.samsung.com/ble)

0 commit comments

Comments
 (0)