Home
last modified time | relevance | path

Searched defs:ServiceProxy (Results 1 – 12 of 12) sorted by relevance

/external/python/bumble/rust/src/wrapper/
Dgatt_client.rs22 pub struct ServiceProxy(pub(crate) PyObject); struct
24 impl ServiceProxy { impl
/external/python/bumble/bumble/
Dgatt_client.py98 def show_services(services: Iterable[ServiceProxy]) -> None:
142 class ServiceProxy(AttributeProxy): class
362 self, uuid: UUID, service: Optional[ServiceProxy] = None
550 self, service: ServiceProxy
614 self, uuids, service: Optional[ServiceProxy]
984 self, uuid: UUID, service: Optional[ServiceProxy]
Ddevice.py844 self, service: gatt_client.ServiceProxy
851 service: Optional[gatt_client.ServiceProxy] = None,
901 self, uuid: core.UUID, service: Optional[gatt_client.ServiceProxy] = None
909 self, uuid: core.UUID, service: Optional[gatt_client.ServiceProxy] = None
/external/python/bumble/bumble/profiles/
Dcap.py51 def __init__(self, service_proxy: gatt_client.ServiceProxy) -> None:
Ddevice_information_service.py116 def __init__(self, service_proxy: ServiceProxy):
Dcsip.py211 def __init__(self, service_proxy: gatt_client.ServiceProxy) -> None:
Dvcp.py209 def __init__(self, service_proxy: gatt_client.ServiceProxy) -> None:
Dbap.py1276 def __init__(self, service_proxy: gatt_client.ServiceProxy):
1314 def __init__(self, service_proxy: gatt_client.ServiceProxy):
/external/perfetto/include/perfetto/ext/ipc/
Dclient.h35 class ServiceProxy; variable
/external/perfetto/src/ipc/
Dservice_proxy.cc31 ServiceProxy::ServiceProxy(EventListener* event_listener) in ServiceProxy() function in perfetto::ipc::ServiceProxy
/external/autotest/frontend/afe/json_rpc/
Dproxy.py102 class ServiceProxy(object): class
/external/python/bumble/rust/src/wrapper/device/
Dmod.rs558 pub async fn discover_services(&mut self) -> PyResult<Vec<ServiceProxy>> { in discover_services()
576 pub fn services(&self) -> PyResult<Vec<ServiceProxy>> { in services()