summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Paulo Rechi Vita <jprvita@gmail.com>2013-11-11 18:53:30 -0300
committerJoão Paulo Rechi Vita <jprvita@gmail.com>2013-11-11 18:53:30 -0300
commitcc77ef17dda6c596b0cffbe8e18dd9ff511bcac1 (patch)
treee858e4de1c4650eedd71f03bface3ce119a74079
parente51b1262919dbc9eabed4ad061e903564f9125f1 (diff)
Update ChangeLog for version 0.20.2
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52ac2db..10aaa1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+0.2
+===
+
+This version adds commands to:
+
+ * Search services on the connected remote device
+ * List included services of a certain service
+ * List characteristics of a certain service
+ * Read a characteristic
+ * Write a characteristic, either using a Write Request and handling the
+ returned Write Response, or using a Write Command (without response).
+
+It also improves the command prompt, adding command line edit capabilities and
+history.
+
+Known issues:
+-------------
+
+Bluedroid doesn't handle the bonded devices list very well. This means it may
+fail to realize that the link already have the necessary security level and
+try to re-authenticate a link that is already bonded when there is no need.
+Also, it may fail to pair with a unbonded device because it thinks it is
+already bonded (this have been noticed after removing the bond with a
+previously bonded device). To force the removal of all bonded devices the
+files /data/misc/bluedroid/bt_config.xml and
+/data/misc/bluedroid/bt_config.old should be deleted.
+
0.1
===