From 3c89fd52679c8ccebceb30294a4bd815b51ede19 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 5 Dec 2016 11:22:26 +0100 Subject: Import Drive SDK --- drive-sdk/deps/bzle/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 drive-sdk/deps/bzle/README.md (limited to 'drive-sdk/deps/bzle/README.md') diff --git a/drive-sdk/deps/bzle/README.md b/drive-sdk/deps/bzle/README.md new file mode 100644 index 0000000..0b6d281 --- /dev/null +++ b/drive-sdk/deps/bzle/README.md @@ -0,0 +1,25 @@ +# libbzle + +This is a minimal library consisting of code from [BlueZ 5.15][bluez] that is required for Bluetooth LE. +The Anki Drive SDK only requires the C interface to access Bluetooth LE methods supported by the Linux kernel. +This small package simplifies the build procedure, but eliminating the requirement to install dependencies and build the entire BlueZ 5.x package. + +[bluez]: http://www.bluez.org/ + +## Build + +``` +mkdir build +cd build +cmake .. +make +``` + +## Products + +- `libbzle.a`: Static library. +- `include/bzle`: Public header files for Bluetooth LE and GATT functions. +- `hciconfig`: The `hciconfig` tool distributed with the BlueZ package. +This tool allows users to configure Bluetooth USB dongles. + + -- cgit v1.2.3