Skip to content
/ blurz Public
forked from szeged/blurz

Blurz - Bluetooth lib for Rust using blueZ/dbus

License

Notifications You must be signed in to change notification settings

Altaflux/blurz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Blurz - Bluetooth lib for Rust using blueZ/dbus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%