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

#1643 in Hardware support

Download history 609/week @ 2024-07-23 727/week @ 2024-07-30 733/week @ 2024-08-06 1220/week @ 2024-08-13 672/week @ 2024-08-20 603/week @ 2024-08-27 672/week @ 2024-09-03 613/week @ 2024-09-10 393/week @ 2024-09-17 586/week @ 2024-09-24 491/week @ 2024-10-01 695/week @ 2024-10-08 580/week @ 2024-10-15 586/week @ 2024-10-22 590/week @ 2024-10-29 495/week @ 2024-11-05

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