Home
last modified time | relevance | path

Searched defs:ConnectionHandle (Results 1 – 20 of 20) sorted by relevance

/external/grpc-grpc/include/grpc/event_engine/
Devent_engine.h141 struct ConnectionHandle { struct
143 static const GRPC_DLL ConnectionHandle kInvalid; argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/event_engine/
Devent_engine.h132 struct ConnectionHandle { struct
134 static const ConnectionHandle kInvalid; argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/event_engine/
Devent_engine.h132 struct ConnectionHandle { struct
134 static const ConnectionHandle kInvalid; argument
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dfake_l2cap.h88 Channel::WeakPtr OpenFixedChannel(hci_spec::ConnectionHandle, in OpenFixedChannel()
102 hci_spec::ConnectionHandle) override { in LogicalLinkForTesting()
/external/pigweed/pw_bluetooth_sapphire/host/transport/public/pw_bluetooth_sapphire/internal/host/transport/
Dfake_sco_data_channel.h39 void ClearControllerPacketCount(hci_spec::ConnectionHandle) override {} in ClearControllerPacketCount()
Dmock_acl_data_channel.h61 void ClearControllerPacketCount(hci_spec::ConnectionHandle) override {} in ClearControllerPacketCount()
/external/grpc-grpc/test/core/event_engine/util/
Daborting_event_engine.h41 bool CancelConnect(ConnectionHandle /* handle */) override { abort(); } in CancelConnect() argument
/external/grpc-grpc/test/core/event_engine/
Ddefault_engine_methods_test.cc64 bool CancelConnect(ConnectionHandle /* handle */) override { in CancelConnect() argument
/external/pigweed/pw_bluetooth_sapphire/host/gap/
Dbredr_connection.cc189 void BrEdrConnection::OnPairingStateStatus(hci_spec::ConnectionHandle, in OnPairingStateStatus()
Dlegacy_pairing_state_test.cc68 void NoOpStatusCallback(hci_spec::ConnectionHandle, hci::Result<>) {} in NoOpStatusCallback()
1164 hci::Result<> status) { in TEST_F()
1200 hci::Result<> status) { in TEST_F()
Dsecure_simple_pairing_state_test.cc93 void NoOpStatusCallback(hci_spec::ConnectionHandle, hci::Result<>) {} in NoOpStatusCallback()
307 hci::Result<> status) { in TEST_F()
373 return [this](hci_spec::ConnectionHandle handle, hci::Result<> status) { in MakeStatusCallback()
/external/grpc-grpc/test/core/event_engine/test_suite/posix/
Doracle_event_engine_posix.h170 bool CancelConnect(ConnectionHandle /*handle*/) override { in CancelConnect() argument
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
Dlogical_link_test.cc66 auto query_service_cb = [](hci_spec::ConnectionHandle, Psm) { in NewLogicalLink()
Dfake_l2cap.cc152 void FakeL2cap::AssignLinkSecurityProperties(hci_spec::ConnectionHandle, in AssignLinkSecurityProperties()
Dchannel_manager.cc462 hci_spec::ConnectionHandle, Psm psm) { in QueryService()
Dchannel_manager_test.cc72 void NopSecurityCallback(hci_spec::ConnectionHandle, in NopSecurityCallback()
/external/pigweed/pw_bluetooth_sapphire/host/gap/public/pw_bluetooth_sapphire/internal/host/gap/
Dfake_adapter.h254 PeerId GetPeerId(hci_spec::ConnectionHandle) const override { in GetPeerId()
/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dlow_energy_connector_test.cc144 hci_spec::ConnectionHandle, in OnConnectionStateChanged()
/external/pigweed/pw_bluetooth_sapphire/host/hci-spec/public/pw_bluetooth_sapphire/internal/host/hci-spec/
Dprotocol.h51 using ConnectionHandle = uint16_t; variable
/external/pigweed/pw_bluetooth_sapphire/host/att/
Dbearer_test.cc1259 sm::ResultFunction<> callback) { in SetUp()