pub trait OrgBluezLEAdvertisingManager1 {
    fn register_advertisement(
        &self,
        advertisement: Path<'_>,
        options: PropMap
    ) -> MethodReply<()>; fn unregister_advertisement(&self, service: Path<'_>) -> MethodReply<()>; fn active_instances(&self) -> MethodReply<u8>; fn supported_instances(&self) -> MethodReply<u8>; fn supported_includes(&self) -> MethodReply<Vec<String>>; fn supported_secondary_channels(&self) -> MethodReply<Vec<String>>; }

Required Methods§

Implementations on Foreign Types§

Implementors§