diff options
-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 |