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

#566 in Hardware support

Download history 620/week @ 2023-01-27 688/week @ 2023-02-03 711/week @ 2023-02-10 872/week @ 2023-02-17 729/week @ 2023-02-24 565/week @ 2023-03-03 573/week @ 2023-03-10 693/week @ 2023-03-17 571/week @ 2023-03-24 658/week @ 2023-03-31 813/week @ 2023-04-07 561/week @ 2023-04-14 740/week @ 2023-04-21 704/week @ 2023-04-28 640/week @ 2023-05-05 426/week @ 2023-05-12

2,584 downloads per month
Used in 4 crates

BSD-2-Clause

55KB
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