Home
last modified time | relevance | path

Searched defs:PendingRequest (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/hci/public/pw_bluetooth_sapphire/internal/host/hci/
Dlow_energy_connector.h143 struct PendingRequest { struct
148 bool initiating = false; // True if the HCI command has been sent.
149 bool canceled = false;
150 bool timed_out = false;
151 DeviceAddress local_address;
152 DeviceAddress peer_address;
153 StatusCallback status_callback;
/external/openscreen/cast/common/channel/
Dconnection_namespace_handler.h89 struct PendingRequest { struct
93 std::vector<PendingRequest> pending_remote_requests_; argument
/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dsecurity_manager.cc87 struct PendingRequest { struct in bt::sm::SecurityManagerImpl
92 SecurityLevel level;
93 PairingCallback callback;
309 SecurityManagerImpl::PendingRequest::PendingRequest(SecurityLevel level_in, in PendingRequest() function in bt::sm::SecurityManagerImpl::PendingRequest
/external/grpc-grpc/src/core/lib/security/credentials/plugin/
Dplugin_credentials.h73 PendingRequest(grpc_core::RefCountedPtr<grpc_plugin_credentials> creds, in PendingRequest() function
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/plugin/
Dplugin_credentials.h73 PendingRequest(grpc_core::RefCountedPtr<grpc_plugin_credentials> creds, in PendingRequest() function
/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dlow_energy_connector.cc40 LowEnergyConnector::PendingRequest::PendingRequest( in PendingRequest() function in bt::hci::LowEnergyConnector::PendingRequest