Searched defs:ServiceProxy (Results 1 – 12 of 12) sorted by relevance
| /external/python/bumble/rust/src/wrapper/ |
| D | gatt_client.rs | 22 pub struct ServiceProxy(pub(crate) PyObject); struct 24 impl ServiceProxy { impl
|
| /external/python/bumble/bumble/ |
| D | gatt_client.py | 98 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]
|
| D | device.py | 844 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/ |
| D | cap.py | 51 def __init__(self, service_proxy: gatt_client.ServiceProxy) -> None:
|
| D | device_information_service.py | 116 def __init__(self, service_proxy: ServiceProxy):
|
| D | csip.py | 211 def __init__(self, service_proxy: gatt_client.ServiceProxy) -> None:
|
| D | vcp.py | 209 def __init__(self, service_proxy: gatt_client.ServiceProxy) -> None:
|
| D | bap.py | 1276 def __init__(self, service_proxy: gatt_client.ServiceProxy): 1314 def __init__(self, service_proxy: gatt_client.ServiceProxy):
|
| /external/perfetto/include/perfetto/ext/ipc/ |
| D | client.h | 35 class ServiceProxy; variable
|
| /external/perfetto/src/ipc/ |
| D | service_proxy.cc | 31 ServiceProxy::ServiceProxy(EventListener* event_listener) in ServiceProxy() function in perfetto::ipc::ServiceProxy
|
| /external/autotest/frontend/afe/json_rpc/ |
| D | proxy.py | 102 class ServiceProxy(object): class
|
| /external/python/bumble/rust/src/wrapper/device/ |
| D | mod.rs | 558 pub async fn discover_services(&mut self) -> PyResult<Vec<ServiceProxy>> { in discover_services() 576 pub fn services(&self) -> PyResult<Vec<ServiceProxy>> { in services()
|