10 releases

0.4.0 Aug 3, 2022
0.3.1 Feb 28, 2021
0.3.0 Nov 28, 2020
0.2.0 Oct 15, 2020
0.0.2 Feb 11, 2019

#1169 in Hardware support

26 downloads per month

MIT license

215KB
4.5K SLoC

bluez-rs

A library for controlling Bluetooth on Linux.

crates.io crates.io

Documentation Examples

Some of the examples require elevated permissions. For example, to run the discover example, clone this repository, cargo build --example discover, then sudo setcap cap_net_admin+ep target/debug/examples/discover, then target/debug/examples/discover. Many of the functions of this crate are not possible without the CAP_NET_ADMIN capability.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in bluez by you, shall be licensed as MIT, without any additional terms or conditions.

Dependencies

~5–17MB
~213K SLoC