Very basic NetworkManager bindings
This commit is contained in:
parent
cff3029833
commit
91a7fc6da1
7 changed files with 97 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ use zbus::dbus_proxy;
|
|||
interface = "org.freedesktop.NetworkManager.Device.Bluetooth",
|
||||
default_service = "org.freedesktop.NetworkManager"
|
||||
)]
|
||||
pub trait Bluetooth {
|
||||
pub trait BluetoothDevice {
|
||||
/// BtCapabilities property
|
||||
#[dbus_proxy(property)]
|
||||
fn bt_capabilities(&self) -> zbus::Result<u32>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue