blurdroid 0.1.3

Bluetooth lib for Rust using Android's bluedroid
Documentation
1
2
3
4
5
6
7
8
9
10
# blurdroid

### Build

```
$ #set ANDROID_NDK and ANDROID_SDK env
$ cargo build --target=arm-linux-androideabi
```
### Usage

Min sdk api: 18 (Android 4.3)

Copy the `blurdroid.jar` from the `out` directory to your `<android-project>/libs` directory.