OrgBluezProfileManager1

Trait OrgBluezProfileManager1 

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

Required Methods§

Source

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

Source

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

Implementations on Foreign Types§

Source§

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

Source§

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

Source§

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

Implementors§