pub trait OrgBluezAgentManager1 {
    fn register_agent(&self, agent: Path<'_>, capability: &str) -> MethodReply<()>;
    fn unregister_agent(&self, agent: Path<'_>) -> MethodReply<()>;
    fn request_default_agent(&self, agent: Path<'_>) -> MethodReply<()>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§