#android #bluetooth #ble #bluedroid

blurdroid

Bluetooth lib for Rust using Android's bluedroid

7 releases

Uses old Rust 2015

0.1.6 Mar 29, 2018
0.1.5 Mar 19, 2018
0.1.4 May 30, 2017
0.1.2 Nov 15, 2016
0.1.0 Aug 15, 2016

#1195 in Hardware support

Download history 74/week @ 2023-11-20 83/week @ 2023-11-27 79/week @ 2023-12-04 67/week @ 2023-12-11 73/week @ 2023-12-18 80/week @ 2023-12-25 129/week @ 2024-01-01 119/week @ 2024-01-08 24/week @ 2024-02-19 17/week @ 2024-02-26 12/week @ 2024-03-04

53 downloads per month

BSD-2-Clause

110KB
3K SLoC

C 1K SLoC // 0.0% comments Rust 1K SLoC // 0.0% comments Java 798 SLoC // 0.1% comments

blurdroid

Build

$ #set ANDROID_NDK and ANDROID_SDK env
$ rustup target add arm-linux-androideabi
$ 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.

No runtime deps