Home
last modified time | relevance | path

Searched defs:create_service_proxy (Results 1 – 2 of 2) sorted by relevance

/external/python/bumble/rust/src/wrapper/device/
Dmod.rs590 pub fn create_service_proxy<P: ProfileServiceProxy>(&self) -> PyResult<Option<P>> { in create_service_proxy() method
/external/python/bumble/bumble/
Ddevice.py913 def create_service_proxy(self, proxy_class: Type[_PROXY_CLASS]) -> _PROXY_CLASS: member in Peer