12 unstable releases (3 breaking)
Uses old Rust 2015
| 0.4.0 | Nov 7, 2018 |
|---|---|
| 0.3.0 | Feb 19, 2018 |
| 0.2.4 |
|
| 0.2.3 |
|
| 0.1.3 | Mar 11, 2016 |
#2433 in Hardware support
7,343 downloads per month
Used in 4 crates
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
~3.5MB
~82K SLoC