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

#1196 in Hardware support

Download history 679/week @ 2024-01-22 423/week @ 2024-01-29 463/week @ 2024-02-05 459/week @ 2024-02-12 489/week @ 2024-02-19 563/week @ 2024-02-26 790/week @ 2024-03-04 761/week @ 2024-03-11 840/week @ 2024-03-18 880/week @ 2024-03-25 502/week @ 2024-04-01 488/week @ 2024-04-08 400/week @ 2024-04-15 486/week @ 2024-04-22 540/week @ 2024-04-29 385/week @ 2024-05-06

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