/aosp_15_r20/packages/modules/Bluetooth/floss/hcidoc/src/groups/ |
D | connections.rs | 43 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 …]
|
D | informational.rs | 19 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 D | event_engine.h | 141 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/ |
D | event_engine.h | 132 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/ |
D | event_engine.h | 132 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 D | fake_l2cap.h | 87 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 D | fake_sco_data_channel.h | 39 void ClearControllerPacketCount(hci_spec::ConnectionHandle) override {} in ClearControllerPacketCount()
|
H A D | mock_acl_data_channel.h | 61 void ClearControllerPacketCount(hci_spec::ConnectionHandle) override {} in ClearControllerPacketCount()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/ |
H A D | legacy_pairing_state_test.cc | 69 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 D | bredr_connection.cc | 176 void BrEdrConnection::OnPairingStateStatus(hci_spec::ConnectionHandle, in OnPairingStateStatus()
|
H A D | secure_simple_pairing_state_test.cc | 83 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 D | aborting_event_engine.h | 41 bool CancelConnect(ConnectionHandle /* handle */) override { abort(); } in CancelConnect() argument
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/ |
H A D | default_engine_methods_test.cc | 64 bool CancelConnect(ConnectionHandle /* handle */) override { in CancelConnect() argument
|
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/test_suite/posix/ |
H A D | oracle_event_engine_posix.h | 170 bool CancelConnect(ConnectionHandle /*handle*/) override { in CancelConnect() argument
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
H A D | logical_link_test.cc | 66 auto query_service_cb = [](hci_spec::ConnectionHandle, Psm) { in NewLogicalLink()
|
H A D | fake_l2cap.cc | 150 void FakeL2cap::AssignLinkSecurityProperties(hci_spec::ConnectionHandle, in AssignLinkSecurityProperties()
|
H A D | channel_manager.cc | 458 hci_spec::ConnectionHandle, Psm psm) { in QueryService()
|
H A D | channel_manager_test.cc | 68 void NopSecurityCallback(hci_spec::ConnectionHandle, in NopSecurityCallback()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/ |
H A D | fake_adapter.h | 233 PeerId GetPeerId(hci_spec::ConnectionHandle) const override { in GetPeerId()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/ |
H A D | low_energy_connector_test.cc | 144 hci_spec::ConnectionHandle, in OnConnectionStateChanged()
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/hci-spec/ |
H A D | protocol.h | 51 using ConnectionHandle = uint16_t; variable
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/att/ |
H A D | bearer_test.cc | 1259 sm::ResultFunction<> callback) { in SetUp()
|