Home
last modified time | relevance | path

Searched defs:discover_services (Results 1 – 4 of 4) sorted by relevance

/external/python/bumble/rust/src/wrapper/device/
Dmod.rs558 pub async fn discover_services(&mut self) -> PyResult<Vec<ServiceProxy>> { in discover_services() method
/external/python/bumble/bumble/
Dgatt_client.py408 async def discover_services(self, uuids: Iterable[UUID] = []) -> List[ServiceProxy]: member in Client
Ddevice.py838 async def discover_services( member in Peer
/external/python/bumble/apps/
Dconsole.py501 async def discover_services(self): member in ConsoleApp