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

Required Methods§

Implementations on Foreign Types§

Implementors§