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

#1373 in Hardware support

Download history 853/week @ 2024-03-14 884/week @ 2024-03-21 703/week @ 2024-03-28 417/week @ 2024-04-04 493/week @ 2024-04-11 398/week @ 2024-04-18 551/week @ 2024-04-25 497/week @ 2024-05-02 336/week @ 2024-05-09 450/week @ 2024-05-16 455/week @ 2024-05-23 429/week @ 2024-05-30 411/week @ 2024-06-06 327/week @ 2024-06-13 580/week @ 2024-06-20 421/week @ 2024-06-27

1,779 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