1 unstable release
0.4.0 | Aug 3, 2022 |
---|
#14 in #linux-bluetooth
Used in bluez
3KB
bluez-rs
A library for controlling Bluetooth on Linux.
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.
No runtime deps
~0–1.9MB
~36K SLoC