[][src]Trait bluez_generated::profilemanager1::OrgBluezProfileManager1

pub trait OrgBluezProfileManager1 {
    fn register_profile(
        &self,
        profile: Path<'_>,
        uuid: &str,
        options: HashMap<&str, Variant<Box<dyn RefArg>>>
    ) -> MethodReply<()>;
fn unregister_profile(&self, profile: Path<'_>) -> MethodReply<()>; }

Required methods

fn register_profile(
    &self,
    profile: Path<'_>,
    uuid: &str,
    options: HashMap<&str, Variant<Box<dyn RefArg>>>
) -> MethodReply<()>

fn unregister_profile(&self, profile: Path<'_>) -> MethodReply<()>

Loading content...

Implementations on Foreign Types

impl<'a, T: NonblockReply, C: Deref<Target = T>> OrgBluezProfileManager1 for Proxy<'a, C>[src]

Loading content...

Implementors

Loading content...