#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

#1585 in Hardware support

Download history 432/week @ 2024-11-16 339/week @ 2024-11-23 367/week @ 2024-11-30 471/week @ 2024-12-07 515/week @ 2024-12-14 352/week @ 2024-12-21 216/week @ 2024-12-28 598/week @ 2025-01-04 467/week @ 2025-01-11 643/week @ 2025-01-18 502/week @ 2025-01-25 792/week @ 2025-02-01 550/week @ 2025-02-08 639/week @ 2025-02-15 765/week @ 2025-02-22 720/week @ 2025-03-01

2,874 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