Home
last modified time | relevance | path

Searched refs:OnLeConnectFail (Results 1 – 15 of 15) sorted by relevance

/packages/modules/Bluetooth/system/rust/src/connection/ffi/
Dconnection_shim.cc42 void OnLeConnectFail(core::AddressWithType addr, uint8_t status) const { in OnLeConnectFail() function
107 virtual void OnLeConnectFail(hci::AddressWithType address, in OnLeConnectFail() function
109 callbacks_.value()->OnLeConnectFail(ToRustAddress(address), in OnLeConnectFail()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_connection_callbacks.h36 virtual void OnLeConnectFail(AddressWithType, ErrorCode reason) = 0;
Dle_acceptlist_callbacks.h36 virtual void OnLeConnectFail(AddressWithType, ErrorCode reason) = 0;
Dle_connection_callbacks_mock.h40 void, OnLeConnectFail, (AddressWithType address_with_type, ErrorCode reason), (override));
Dle_impl_test.cc232 void, OnLeConnectFail, (AddressWithType address_with_type, ErrorCode reason), (override));
238 MOCK_METHOD(void, OnLeConnectFail, (AddressWithType address, ErrorCode reason), (override));
1239 mock_le_connection_callbacks_, OnLeConnectFail(_, ErrorCode::CONNECTION_ACCEPT_TIMEOUT)) in TEST_F()
1489 EXPECT_CALL(callbacks, OnLeConnectFail(_, _)) in TEST_F()
Dle_impl.h313 &LeConnectionCallbacks::OnLeConnectFail, in report_le_connection_failure()
318 le_acceptlist_callbacks_->OnLeConnectFail(address, status); in report_le_connection_failure()
1032 &LeConnectionCallbacks::OnLeConnectFail, in on_create_connection_timeout()
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink_manager.h76 void OnLeConnectFail(hci::AddressWithType address_with_type, hci::ErrorCode reason) override;
Dlink_manager.cc134 void LinkManager::OnLeConnectFail(hci::AddressWithType address_with_type, hci::ErrorCode reason) { in OnLeConnectFail() function in bluetooth::l2cap::le::internal::LinkManager
Dlink_manager_test.cc276 &hci::acl_manager::LeConnectionCallbacks::OnLeConnectFail, in TEST_F()
/packages/modules/Bluetooth/system/main/shim/
Dacl.h62 void OnLeConnectFail(hci::AddressWithType, hci::ErrorCode reason) override;
Dacl.cc1780 void shim::legacy::Acl::OnLeConnectFail(hci::AddressWithType address_with_type, in OnLeConnectFail() function in shim::legacy::Acl
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc145 void shim::legacy::Acl::OnLeConnectFail( in OnLeConnectFail() function in shim::legacy::Acl
/packages/modules/Bluetooth/system/gd/hci/facade/
Dle_acl_manager_facade.cc343 void OnLeConnectFail(AddressWithType address, ErrorCode reason) override { in OnLeConnectFail() function in bluetooth::hci::facade::LeAclManagerFacadeService
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc154 MOCK_METHOD(void, OnLeConnectFail, (AddressWithType, ErrorCode reason), (override));
Dacl_manager_test.cc472 OnLeConnectFail(remote_with_type, ErrorCode::CONNECTION_REJECTED_LIMITED_RESOURCES)); in TEST_F()