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

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

Required methods

pub fn register_profile(
    &self,
    profile: Path<'_>,
    uuid: &str,
    options: PropMap
) -> MethodReply<()>
[src]

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

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...