Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs43 pub type ConnectionHandle = u16; typedef
206 ) -> &mut HashMap<ConnectionHandle, NaiveDateTime> { in get_feature_pending_map()
217 handle: &ConnectionHandle, in process_remote_feat_cmd()
227 handle: ConnectionHandle, in process_disconnect_cmd()
344 handle: ConnectionHandle, in process_conn_complete_ev()
372 fn process_disconn_complete_ev(&mut self, handle: ConnectionHandle, packet: &Packet) { in process_disconn_complete_ev()
444 handle: ConnectionHandle, in process_sync_conn_complete_ev()
477 handle: ConnectionHandle, in process_le_conn_complete_ev()
569 handle: ConnectionHandle, in process_remote_feat_ev()
879 handle: ConnectionHandle, in process_handle_auth()
[all …]
Dinformational.rs19 type ConnectionHandle = u16; typedef
175 handle: ConnectionHandle, in get_or_allocate_connection()
188 handle: ConnectionHandle, in report_connection_start()
205 handle: ConnectionHandle, in report_connection_end()
281 pub fn new(handle: ConnectionHandle, transport: Transport) -> Self { in new()
631 handle: ConnectionHandle, in get_or_allocate_unknown_connection()
642 handle: ConnectionHandle, in get_or_allocate_connection()
673 handle: ConnectionHandle, in report_connection_start()
686 handle: ConnectionHandle, in report_sco_connection_start()
716 fn report_connection_end(&mut self, handle: ConnectionHandle, ts: NaiveDateTime) { in report_connection_end()
[all …]
/aosp_15_r20/external/grpc-grpc/include/grpc/event_engine/
H A Devent_engine.h141 struct ConnectionHandle { struct
143 static const GRPC_DLL ConnectionHandle kInvalid; argument
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/l2cap/
H A Dfake_l2cap.h87 Channel::WeakPtr OpenFixedChannel(hci_spec::ConnectionHandle, in OpenFixedChannel()
101 hci_spec::ConnectionHandle) override { in LogicalLinkForTesting()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/transport/
H A Dfake_sco_data_channel.h39 void ClearControllerPacketCount(hci_spec::ConnectionHandle) override {} in ClearControllerPacketCount()
H A Dmock_acl_data_channel.h61 void ClearControllerPacketCount(hci_spec::ConnectionHandle) override {} in ClearControllerPacketCount()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dlegacy_pairing_state_test.cc69 void NoOpStatusCallback(hci_spec::ConnectionHandle, hci::Result<>) {} in NoOpStatusCallback()
1159 hci::Result<> status) { in TEST_F()
1195 hci::Result<> status) { in TEST_F()
H A Dbredr_connection.cc176 void BrEdrConnection::OnPairingStateStatus(hci_spec::ConnectionHandle, in OnPairingStateStatus()
H A Dsecure_simple_pairing_state_test.cc83 void NoOpStatusCallback(hci_spec::ConnectionHandle, hci::Result<>) {} in NoOpStatusCallback()
254 hci::Result<> status) { in TEST_F()
311 return [this](hci_spec::ConnectionHandle handle, hci::Result<> status) { in MakeStatusCallback()
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/util/
H A Daborting_event_engine.h41 bool CancelConnect(ConnectionHandle /* handle */) override { abort(); } in CancelConnect() argument
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/
H A Ddefault_engine_methods_test.cc64 bool CancelConnect(ConnectionHandle /* handle */) override { in CancelConnect() argument
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/test_suite/posix/
H A Doracle_event_engine_posix.h170 bool CancelConnect(ConnectionHandle /*handle*/) override { in CancelConnect() argument
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dlogical_link_test.cc66 auto query_service_cb = [](hci_spec::ConnectionHandle, Psm) { in NewLogicalLink()
H A Dfake_l2cap.cc150 void FakeL2cap::AssignLinkSecurityProperties(hci_spec::ConnectionHandle, in AssignLinkSecurityProperties()
H A Dchannel_manager.cc458 hci_spec::ConnectionHandle, Psm psm) { in QueryService()
H A Dchannel_manager_test.cc68 void NopSecurityCallback(hci_spec::ConnectionHandle, in NopSecurityCallback()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/
H A Dfake_adapter.h233 PeerId GetPeerId(hci_spec::ConnectionHandle) const override { in GetPeerId()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dlow_energy_connector_test.cc144 hci_spec::ConnectionHandle, in OnConnectionStateChanged()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/
H A Dprotocol.h51 using ConnectionHandle = uint16_t; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/
H A Dbearer_test.cc1259 sm::ResultFunction<> callback) { in SetUp()