dati91 / blurz

Blurz - Bluetooth lib for Rust using blueZ/dbus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bluetooth lib for Rust using blueZ/dbus

Current state: Experimental

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

License:BSD 2-Clause "Simplified" License


Languages

Language:Rust 100.0%