diff options
author | João Paulo Rechi Vita <jprvita@gmail.com> | 2014-01-15 15:04:26 -0300 |
---|---|---|
committer | João Paulo Rechi Vita <jprvita@gmail.com> | 2014-01-15 15:04:26 -0300 |
commit | 837219738914e4d8ac9d9d33d7d4a0257858c85f (patch) | |
tree | 47e443a99d98abd52d9f0387f3c73078c334e520 | |
parent | fb611d0b7d07dba3e71b6ed8ca266f1035d4fa63 (diff) |
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | btctl/btctl.c | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,13 @@ +0.5 +=== + +This version creates libble, a library that wraps all libhardware BLE features. +The main objective of this library is to ease accessing these features from +scripting languages, through the creating of bindings of libble for each +desired scripting language. As an example Python bindings of libble are +provided as well, together with instructions on how to install and execute both +the bindings and the Python interpreter itself on a vanilla AOSP. + 0.4 === diff --git a/btctl/btctl.c b/btctl/btctl.c index 1312840..e06b166 100644 --- a/btctl/btctl.c +++ b/btctl/btctl.c @@ -35,7 +35,7 @@ #include "util.h" #include "rl_helper.h" -#define VERSION "0.4" +#define VERSION "0.5" #define MAX_LINE_SIZE 64 #define MAX_SVCS_SIZE 128 |