12 unstable releases (3 breaking)

Uses old Rust 2015

0.4.0 Nov 7, 2018
0.3.0 Feb 19, 2018
0.2.4 Feb 15, 2018
0.2.3 Nov 27, 2017
0.1.3 Mar 11, 2016

#1027 in Hardware support

Download history 467/week @ 2023-12-06 306/week @ 2023-12-13 577/week @ 2023-12-20 422/week @ 2023-12-27 691/week @ 2024-01-03 549/week @ 2024-01-10 596/week @ 2024-01-17 642/week @ 2024-01-24 373/week @ 2024-01-31 489/week @ 2024-02-07 496/week @ 2024-02-14 447/week @ 2024-02-21 600/week @ 2024-02-28 846/week @ 2024-03-06 797/week @ 2024-03-13 855/week @ 2024-03-20

3,171 downloads per month
Used in 4 crates

BSD-2-Clause

56KB
1.5K SLoC

Bluetooth lib for Rust using blueZ/dbus

Current state: Experimental Required bluez version: 5.44

Examples

This example show how to get the first available bluetooth device.

let adapter: BluetoothAdapter = BluetoothAdapter::init().unwrap();
let device: BluetoothDevice = adapter.get_first_device().unwrap();
println!("{:?}", device);

Dependencies

~5MB
~114K SLoC